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

Unified Diff: Tools/GardeningServer/app.yaml

Issue 664563002: Restructured alerts-history endpoint (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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 | « Tools/GardeningServer/alerts_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/app.yaml
diff --git a/Tools/GardeningServer/app.yaml b/Tools/GardeningServer/app.yaml
index d25754e2097a0aba50a0f1583afe0366cd5fbaf6..3ac4d337b8630f10fd29631596f8dbe56179937c 100644
--- a/Tools/GardeningServer/app.yaml
+++ b/Tools/GardeningServer/app.yaml
@@ -13,6 +13,10 @@ handlers:
script: alerts.app
secure: always
+- url: /alerts-history/.*
+ script: alerts.app
+ secure: always
+
- url: /internal-alerts
script: internal_alerts.app
secure: always
« no previous file with comments | « Tools/GardeningServer/alerts_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698