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

Unified Diff: appengine/static/common/include.yaml

Issue 1695893004: RPC Explorer (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@rpcepxlorer-deps
Patch Set: refactoring and tests 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 | appengine/static/dispatch.yaml » ('j') | appengine/static/dispatch.yaml » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/static/common/include.yaml
diff --git a/appengine/static/common/include.yaml b/appengine/static/common/include.yaml
index 590c1aef216e3f55e93a0719709b6625640fc288..b522330ccca638ae8796694335bef28effb16831 100644
--- a/appengine/static/common/include.yaml
+++ b/appengine/static/common/include.yaml
@@ -1,5 +1,15 @@
handlers:
+# RPC Explorer
+- url: /rpcexplorer/
+ static_files: common/upload/rpcexplorer/index.html
+ upload: common/upload/rpcexplorer/index.html
+ secure: always
+- url: /rpcexplorer/(.+)
+ static_files: common/upload/rpcexplorer/\1
+ upload: common/upload/rpcexplorer/.+
nodir 2016/02/23 18:34:17 I don't actually need this because all rpc explore
+ secure: always
+
# Common files.
# URL includes /static because dispatcher.yaml cannot rewrite URLs.
- url: /static/common
« no previous file with comments | « no previous file | appengine/static/dispatch.yaml » ('j') | appengine/static/dispatch.yaml » ('J')

Powered by Google App Engine
This is Rietveld 408576698