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

Unified Diff: milo/appengine/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 side-by-side diff with in-line comments
Download patch
Index: milo/appengine/frontend/static/include.yaml
diff --git a/milo/appengine/frontend/static/include.yaml b/milo/appengine/frontend/static/include.yaml
deleted file mode 100644
index 8661d365fb525e64e750a6dae9648c6a95a57a64..0000000000000000000000000000000000000000
--- a/milo/appengine/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

Powered by Google App Engine
This is Rietveld 408576698