| 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
|
|
|