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

Side by Side Diff: appengine/static/common/include.yaml

Issue 1960443004: Add rpcexplorer to webapp hierarchy. (Closed) Base URL: https://github.com/luci/luci-go@logdog-project-web
Patch Set: Updated license, clarified instructions. Created 4 years, 6 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/common/rpcexplorer » ('j') | appengine/static/common/rpcexplorer » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 handlers: 1 handlers:
2 # RPC Explorer
3 - url: /rpcexplorer/?
4 static_files: common/rpcexplorer/index.html
5 upload: common/rpcexplorer/index.html
6 secure: always
7
8 # The entire subpath is globbed because RPC Explorer uses native URL redirecting
9 # for sub-pages, and we want all of them to map to the same HTML file.
10 - url: /rpcexplorer/services/.*
11 static_files: common/rpcexplorer/index.html
12 upload: common/rpcexplorer/index.html
13 secure: always
2 14
3 # RPC Explorer 15 # RPC Explorer
4 - url: /rpcexplorer/.* 16 - url: /rpcexplorer
5 static_files: common/upload/rpcexplorer/index.html 17 static_dir: common/rpcexplorer
6 upload: common/upload/rpcexplorer/index.html
7 secure: always 18 secure: always
8
9 # Common files.
10 # URL includes /static because dispatcher.yaml cannot rewrite URLs.
11 - url: /static/common
12 static_dir: common/upload
13 secure: always
OLDNEW
« no previous file with comments | « no previous file | appengine/static/common/rpcexplorer » ('j') | appengine/static/common/rpcexplorer » ('J')

Powered by Google App Engine
This is Rietveld 408576698