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

Side by Side Diff: milo/frontend/static/include.yaml

Issue 2949783002: [milo] appengine/* -> * (Closed)
Patch Set: rebase Created 3 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
OLDNEW
1 handlers: 1 handlers:
2 # RPC Explorer 2 # RPC Explorer
3 - url: /rpcexplorer/? 3 - url: /rpcexplorer/?
4 static_files: static/common/rpcexplorer/index.html 4 static_files: static/common/rpcexplorer/index.html
5 upload: static/common/rpcexplorer/index.html 5 upload: static/common/rpcexplorer/index.html
6 secure: always 6 secure: always
7 7
8 # The entire subpath is globbed because RPC Explorer uses native URL redirecting 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. 9 # for sub-pages, and we want all of them to map to the same HTML file.
10 - url: /rpcexplorer/services/.* 10 - url: /rpcexplorer/services/.*
11 static_files: static/common/rpcexplorer/index.html 11 static_files: static/common/rpcexplorer/index.html
12 upload: static/common/rpcexplorer/index.html 12 upload: static/common/rpcexplorer/index.html
13 secure: always 13 secure: always
14 14
15 # RPC Explorer 15 # RPC Explorer
16 - url: /rpcexplorer 16 - url: /rpcexplorer
17 static_dir: static/common/rpcexplorer 17 static_dir: static/common/rpcexplorer
18 secure: always 18 secure: always
OLDNEW
« no previous file with comments | « milo/frontend/static/common/third_party/js/moment-with-locales.min.js ('k') | milo/frontend/templates/includes/base.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698