| Index: milo/frontend/static/include.yaml
|
| diff --git a/milo/frontend/static/include.yaml b/milo/frontend/static/include.yaml
|
| deleted file mode 100644
|
| index 8661d365fb525e64e750a6dae9648c6a95a57a64..0000000000000000000000000000000000000000
|
| --- a/milo/frontend/static/include.yaml
|
| +++ /dev/null
|
| @@ -1,18 +0,0 @@
|
| -handlers:
|
| -# RPC Explorer
|
| -- url: /rpcexplorer/?
|
| - static_files: static/common/rpcexplorer/index.html
|
| - upload: static/common/rpcexplorer/index.html
|
| - secure: always
|
| -
|
| -# The entire subpath is globbed because RPC Explorer uses native URL redirecting
|
| -# for sub-pages, and we want all of them to map to the same HTML file.
|
| -- url: /rpcexplorer/services/.*
|
| - static_files: static/common/rpcexplorer/index.html
|
| - upload: static/common/rpcexplorer/index.html
|
| - secure: always
|
| -
|
| -# RPC Explorer
|
| -- url: /rpcexplorer
|
| - static_dir: static/common/rpcexplorer
|
| - secure: always
|
|
|