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

Unified Diff: milo/frontend/appengine/app.yaml

Issue 2981913002: [milo] remove remote_api (Closed)
Patch Set: Created 3 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/frontend/appengine/app.yaml
diff --git a/milo/frontend/appengine/app.yaml b/milo/frontend/appengine/app.yaml
index 8095555da4ee1a3c7a2a8beeca13e6d9203657c5..f111ecb8841e6a0f9aa051e5958b540a8f482856 100644
--- a/milo/frontend/appengine/app.yaml
+++ b/milo/frontend/appengine/app.yaml
@@ -10,10 +10,6 @@ handlers:
secure: always
static_dir: static
-# For sideloading data for testing and development.
-- url: /_ah/remote_api
- script: _go_app
-
# For admin resources or endpoints meant to be hit by a cron job.
- url: /admin/.*
script: _go_app
@@ -33,9 +29,6 @@ handlers:
script: _go_app
secure: always
-builtins:
-- remote_api: on
-
includes:
- ./static/include.yaml
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698