Procházet zdrojové kódy

Fix the configured JSON URL.

Chris Vest před 12 roky
rodič
revize
4610ebeb7f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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
     }