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

Side by Side 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 unified diff | Download patch
OLDNEW
1 handlers: 1 handlers:
2 2
3 # RPC Explorer.
4 - url: /rpcexplorer/
5 static_files: includes/static/upload/rpcexplorer/index.html
6 upload: includes/static/upload/rpcexplorer/.+
7 secure: always
8 - url: /rpcexplorer/(.+)
9 static_files: includes/static/upload/rpcexplorer/\1
10 upload: includes/static/upload/rpcexplorer/.+
11 secure: always
12
13 # Common files.
3 - url: /static/common/ 14 - url: /static/common/
4 static_dir: includes/static/upload 15 static_dir: includes/static/upload
5 secure: always 16 secure: always
OLDNEW
« 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