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

Unified Diff: appengine/sheriff_o_matic/app.yaml

Issue 1260293009: make version of ts_mon compatible with appengine (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: clean up code Created 5 years, 4 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: appengine/sheriff_o_matic/app.yaml
diff --git a/appengine/sheriff_o_matic/app.yaml b/appengine/sheriff_o_matic/app.yaml
index 250be48e75cb1fe374ea6b0263087a3e3efa57ab..e3b6afd7b94332a0d0ce9ebc4ee4e683995bf281 100644
--- a/appengine/sheriff_o_matic/app.yaml
+++ b/appengine/sheriff_o_matic/app.yaml
@@ -34,10 +34,6 @@ handlers:
script: ts_alerts.app
secure: always
-- url: /ts-internal-alerts
agable 2015/08/10 23:04:37 Why is this change in this CL?
jshu 2015/08/11 21:57:18 this endpoint was deleted earlier, should've alrea
agable 2015/08/12 22:18:08 Probably better to do it in a super simple separat
- script: ts_alerts.app
- secure: always
-
- url: /ts-alerts-history
script: ts_alerts.app
secure: always

Powered by Google App Engine
This is Rietveld 408576698