| Index: appengine/static/common/handlers.cfg
|
| diff --git a/appengine/static/common/handlers.cfg b/appengine/static/common/handlers.cfg
|
| deleted file mode 100644
|
| index e9a8ee1378808c6f1cc926489b2bdafd1562d51a..0000000000000000000000000000000000000000
|
| --- a/appengine/static/common/handlers.cfg
|
| +++ /dev/null
|
| @@ -1,37 +0,0 @@
|
| -# Deploy Tool HandlerSet for "rpcexplorer" Web App.
|
| -#
|
| -# Components including this must include "build.cfg" as a `build_path`.
|
| -handler <
|
| - url: "/rpcexplorer/?"
|
| - static_files: <
|
| - build: <
|
| - path: "dist/rpcexplorer"
|
| - dir_key: "build.static.common"
|
| - >
|
| - upload: "index.html"
|
| - url_map: "index.html"
|
| - >
|
| - secure: SECURE_ALWAYS
|
| ->
|
| -
|
| -handler <
|
| - url: "/rpcexplorer/services/.*"
|
| - static_files <
|
| - build: <
|
| - path: "dist/rpcexplorer"
|
| - dir_key: "build.static.common"
|
| - >
|
| - upload: "index.html"
|
| - url_map: "index.html"
|
| - >
|
| - secure: SECURE_ALWAYS
|
| ->
|
| -
|
| -handler <
|
| - url: "/rpcexplorer"
|
| - static_build_dir: <
|
| - path: "dist/rpcexplorer"
|
| - dir_key: "build.static.common"
|
| - >
|
| - secure: SECURE_ALWAYS
|
| ->
|
|
|