Commit 4f50047a authored by Quentin Smith's avatar Quentin Smith

storage/appengine: route all URLs to server, not just /

Apparently this is why I was explicitly naming /upload and /search.

Change-Id: Ibdb24f8eac83ae6bac61dacb625f500c28512291
Reviewed-on: https://go-review.googlesource.com/35066Reviewed-by: default avatarRuss Cox <rsc@golang.org>
parent 3f5794a3
...@@ -12,7 +12,7 @@ api_version: go1 ...@@ -12,7 +12,7 @@ api_version: go1
handlers: handlers:
- url: /_ah/remote_api - url: /_ah/remote_api
script: _go_app script: _go_app
- url: / - url: /.*
script: _go_app script: _go_app
secure: always secure: always
env_variables: env_variables:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment