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

Unified Diff: milo/appengine/frontend/main.go

Issue 2760873003: Milo: Use luci-config for storing buildbot acls (Closed)
Patch Set: Fix tests Created 3 years, 9 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 | « milo/appengine/frontend/cron.yaml ('k') | milo/common/config/project.pb.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/appengine/frontend/main.go
diff --git a/milo/appengine/frontend/main.go b/milo/appengine/frontend/main.go
index 57e7d374d2d29f2ea510e3e64996c24ba4570dbd..6aa963d3310b1a104d274bd627878f1c32b5260e 100644
--- a/milo/appengine/frontend/main.go
+++ b/milo/appengine/frontend/main.go
@@ -39,7 +39,7 @@ func init() {
r.GET("/", basemw, frontpageHandler)
// Admin and cron endpoints.
- r.GET("/admin/update", basemw.Extend(gaemiddleware.RequireCron), UpdateHandler)
+ r.GET("/admin/update", basemw.Extend(gaemiddleware.RequireCron), UpdateConfigHandler)
r.GET("/admin/configs", basemw, ConfigsHandler)
// Console
« no previous file with comments | « milo/appengine/frontend/cron.yaml ('k') | milo/common/config/project.pb.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698