Browse Source

add plaintext url

Patrick Falls 12 years ago
parent
commit
2a6f1e7519
1 changed files with 2 additions and 1 deletions
  1. 2 1
      gemini/benchmark_config

+ 2 - 1
gemini/benchmark_config

@@ -8,8 +8,9 @@
       "query_url": "/db?queries=",
       "fortune_url": "/fortunes",
       "update_url": "/update?queries=",
+      "plaintext_url": "/plaintext",
       "port": 8080,
       "sort": 0
     }
   }]
-}
+}