Browse Source

spray: actually configure `/plaintext` url

Johannes Rudolph 12 years ago
parent
commit
53d4b49ce0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      spray/benchmark_config

+ 1 - 0
spray/benchmark_config

@@ -4,6 +4,7 @@
         "default" : {
             "setup_file" : "setup",
             "json_url" : "/json",
+            "plaintext_url": "/plaintext",
             "port": 8080,
             "sort": 114
             }