Преглед изворни кода

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
     }