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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | appengine/static/dispatch.yaml » ('j') | appengine/static/dispatch.yaml » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 handlers: 1 handlers:
2 2
3 # RPC Explorer
4 - url: /rpcexplorer/
5 static_files: common/upload/rpcexplorer/index.html
6 upload: common/upload/rpcexplorer/index.html
7 secure: always
8 - url: /rpcexplorer/(.+)
9 static_files: common/upload/rpcexplorer/\1
10 upload: common/upload/rpcexplorer/.+
nodir 2016/02/23 18:34:17 I don't actually need this because all rpc explore
11 secure: always
12
3 # Common files. 13 # Common files.
4 # URL includes /static because dispatcher.yaml cannot rewrite URLs. 14 # URL includes /static because dispatcher.yaml cannot rewrite URLs.
5 - url: /static/common 15 - url: /static/common
6 static_dir: common/upload 16 static_dir: common/upload
7 secure: always 17 secure: always
OLDNEW
« 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