Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1631)

Unified Diff: appengine/static/include.yaml

Issue 1695893004: RPC Explorer (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@rpcepxlorer-deps
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | server/static/rpcexplorer/README.md » ('j') | server/static/rpcexplorer/index.html » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | server/static/rpcexplorer/README.md » ('j') | server/static/rpcexplorer/index.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698