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

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: 80 chars 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') | no next file with comments »
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
3 # Common files. 9 # Common files.
4 # URL includes /static because dispatcher.yaml cannot rewrite URLs. 10 # URL includes /static because dispatcher.yaml cannot rewrite URLs.
5 - url: /static/common 11 - url: /static/common
6 static_dir: common/upload 12 static_dir: common/upload
7 secure: always 13 secure: always
OLDNEW
« no previous file with comments | « no previous file | appengine/static/dispatch.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698