ソースを参照

Fix the configured JSON URL.

Chris Vest 12 年 前
コミット
4610ebeb7f
1 ファイル変更1 行追加1 行削除
  1. 1 1
      grizzly-jersey/benchmark_config

+ 1 - 1
grizzly-jersey/benchmark_config

@@ -3,7 +3,7 @@
   "tests": [{
     "default": {
       "setup_file": "setup",
-      "json_url": "/",
+      "json_url": "/json",
       "port": 8080,
       "sort": 30
     }