Parcourir la source

Fix the configured JSON URL.

Chris Vest il y a 12 ans
Parent
commit
4610ebeb7f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
     }