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

Unified Diff: go/src/infra/appengine/sheriff-o-matic/main.go

Issue 2191563003: [som] fix ts_mon housekeeping/routing (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 years, 5 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 | « go/src/infra/appengine/sheriff-o-matic/app.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/appengine/sheriff-o-matic/main.go
diff --git a/go/src/infra/appengine/sheriff-o-matic/main.go b/go/src/infra/appengine/sheriff-o-matic/main.go
index 8bf25a6e843526f38d0ffd6e620d0e2608736b4b..7c6a947609f90546112e0be1b5535c780c9043d1 100644
--- a/go/src/infra/appengine/sheriff-o-matic/main.go
+++ b/go/src/infra/appengine/sheriff-o-matic/main.go
@@ -574,6 +574,7 @@ func base() router.MiddlewareChain {
//// Routes.
func init() {
+
settings.RegisterUIPage(settingsKey, settingsUIPage{})
r := router.New()
@@ -596,5 +597,7 @@ func init() {
http.DefaultServeMux.Handle("/admin/", r)
http.DefaultServeMux.Handle("/auth/", r)
http.DefaultServeMux.Handle("/_ah/", r)
+ http.DefaultServeMux.Handle("/internal/", r)
+
http.DefaultServeMux.Handle("/", rootRouter)
}
« no previous file with comments | « go/src/infra/appengine/sheriff-o-matic/app.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698