Browse Source

fixed rails-jruby fortune url

Patrick Falls 12 years ago
parent
commit
84358cbdbb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      rails/benchmark_config

+ 2 - 2
rails/benchmark_config

@@ -15,9 +15,9 @@
       "json_url": "/rails/hello_world/json",
       "json_url": "/rails/hello_world/json",
       "db_url": "/rails/hello_world/db",
       "db_url": "/rails/hello_world/db",
       "query_url": "/rails/hello_world/db?queries=",
       "query_url": "/rails/hello_world/db?queries=",
-      "fortune_url": "/fortune",
+      "fortune_url": "/rails/fortune",
       "port": 8080,
       "port": 8080,
       "sort": 17
       "sort": 17
     }
     }
   }]
   }]
-}
+}