Index: appengine/static/common/include.yaml |
diff --git a/appengine/static/common/include.yaml b/appengine/static/common/include.yaml |
index 590c1aef216e3f55e93a0719709b6625640fc288..67c9a0d6848a53a3f8665fa69ab0c426a68ab68e 100644 |
--- a/appengine/static/common/include.yaml |
+++ b/appengine/static/common/include.yaml |
@@ -1,5 +1,11 @@ |
handlers: |
+# RPC Explorer |
+- url: /rpcexplorer/.* |
+ static_files: common/upload/rpcexplorer/index.html |
+ upload: common/upload/rpcexplorer/index.html |
+ secure: always |
+ |
# Common files. |
# URL includes /static because dispatcher.yaml cannot rewrite URLs. |
- url: /static/common |