Index: appengine/static/include.yaml |
diff --git a/appengine/static/include.yaml b/appengine/static/include.yaml |
index 3dd224dc54a60878834b162e2306b1f91179a76a..7c8f0fa665df16ce2c72ff3f0ce25905d4679d6d 100644 |
--- a/appengine/static/include.yaml |
+++ b/appengine/static/include.yaml |
@@ -1,5 +1,16 @@ |
handlers: |
+# RPC Explorer. |
+- url: /rpcexplorer/ |
+ static_files: includes/static/upload/rpcexplorer/index.html |
+ upload: includes/static/upload/rpcexplorer/.+ |
+ secure: always |
+- url: /rpcexplorer/(.+) |
+ static_files: includes/static/upload/rpcexplorer/\1 |
+ upload: includes/static/upload/rpcexplorer/.+ |
+ secure: always |
+ |
+# Common files. |
- url: /static/common/ |
static_dir: includes/static/upload |
secure: always |