| Index: appengine/static/dispatch.yaml
|
| diff --git a/appengine/static/dispatch.yaml b/appengine/static/dispatch.yaml
|
| index ab3d310a6fcc267fa81297185c9421406afcb1ad..08e095ccbaa8d1f364ab315ef96c103e0bb475ef 100644
|
| --- a/appengine/static/dispatch.yaml
|
| +++ b/appengine/static/dispatch.yaml
|
| @@ -2,7 +2,7 @@
|
| # You can symlink it to yours like helloworld app does.
|
|
|
| dispatch:
|
| - # Send any domain/sub-domain with a path that starts with "static/"
|
| - # to the web module.
|
| + - url: "*/rpcexplorer/*"
|
| + module: static
|
| - url: "*/static/*"
|
| module: static
|
|
|