Send the new amf/read API call to the bulkapi queue - the write method

will fall through the main API queue.
This commit is contained in:
Tom Hughes 2008-10-12 23:28:52 +00:00
parent 2ccbc55236
commit 784e9c6b83

View file

@ -124,7 +124,7 @@ server.document-root = "/home/rails/public"
$HTTP["useragent"] == "tilesAtHome" {
server.error-handler-404 = "/dispatch.tah"
}
else $HTTP["url"] =~ "^/api/0\.5/(map|trackpoints|amf|swf/trackpoints)$" {
else $HTTP["url"] =~ "^/api/0\.5/(map|trackpoints|amf|amf/read|swf/trackpoints)$" {
server.error-handler-404 = "/dispatch.bulkapi"
}
else $HTTP["url"] =~ "^/api/0\.5/.*/search$" {