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

Unified Diff: milo/frontend/static/include.yaml

Issue 2953183002: Fix milo deployment (Closed)
Patch Set: License header fix 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « milo/frontend/static/common/third_party/js/moment-with-locales.min.js ('k') | milo/frontend/templates » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/frontend/static/include.yaml
diff --git a/milo/frontend/static/include.yaml b/milo/frontend/static/include.yaml
deleted file mode 100644
index 8661d365fb525e64e750a6dae9648c6a95a57a64..0000000000000000000000000000000000000000
--- a/milo/frontend/static/include.yaml
+++ /dev/null
@@ -1,18 +0,0 @@
-handlers:
-# RPC Explorer
-- url: /rpcexplorer/?
- static_files: static/common/rpcexplorer/index.html
- upload: static/common/rpcexplorer/index.html
- secure: always
-
-# The entire subpath is globbed because RPC Explorer uses native URL redirecting
-# for sub-pages, and we want all of them to map to the same HTML file.
-- url: /rpcexplorer/services/.*
- static_files: static/common/rpcexplorer/index.html
- upload: static/common/rpcexplorer/index.html
- secure: always
-
-# RPC Explorer
-- url: /rpcexplorer
- static_dir: static/common/rpcexplorer
- secure: always
« no previous file with comments | « milo/frontend/static/common/third_party/js/moment-with-locales.min.js ('k') | milo/frontend/templates » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698