Browse Source

missing comma

Patrick Falls 12 years ago
parent
commit
d3713673a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compojure/benchmark_config

+ 1 - 1
compojure/benchmark_config

@@ -6,7 +6,7 @@
       "json_url": "/compojure/json",
       "db_url": "/compojure/db/1",
       "query_url": "/compojure/db/",
-      "fortune_url": "/compojure/fortune-hiccup"
+      "fortune_url": "/compojure/fortune-hiccup",
       "port": 8080,
       "sort": 2
     }