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

Unified Diff: Tools/GardeningServer/app.yaml

Issue 633983002: Implemented retrieval of alerts history (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Refactored code and added tests 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
Index: Tools/GardeningServer/app.yaml
diff --git a/Tools/GardeningServer/app.yaml b/Tools/GardeningServer/app.yaml
index 72c40e6ea34bde0240033e8fbf54a0392638345f..a40b4a6f1604b7978cb814cfae9aeea56acf6ca3 100644
--- a/Tools/GardeningServer/app.yaml
+++ b/Tools/GardeningServer/app.yaml
@@ -9,6 +9,10 @@ handlers:
script: alerts.app
secure: always
+- url: /alerts-history
+ script: alerts_history.app
+ secure: always
+
- url: /internal-alerts
script: internal_alerts.app
secure: always

Powered by Google App Engine
This is Rietveld 408576698