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

Unified Diff: go/src/infra/appengine/test-results/frontend/handlers.go

Issue 2251623002: test-results: Get handler cleanup (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@x_3
Patch Set: (Rebase) Created 4 years, 4 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/test-results/frontend/get_test.go ('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/test-results/frontend/handlers.go
diff --git a/go/src/infra/appengine/test-results/frontend/handlers.go b/go/src/infra/appengine/test-results/frontend/handlers.go
index ffc08662e3212b141284bcd37eb3dc47cb7e4d3b..1e9306b8c72990856654dc4d2ca2f36c63f209a8 100644
--- a/go/src/infra/appengine/test-results/frontend/handlers.go
+++ b/go/src/infra/appengine/test-results/frontend/handlers.go
@@ -16,8 +16,8 @@ func init() {
r := router.New()
baseMW := base()
- r.GET("/testfile", baseMW, GetHandler)
- r.GET("/testfile/", baseMW, GetHandler)
+ r.GET("/testfile", baseMW, getHandler)
+ r.GET("/testfile/", baseMW, getHandler)
http.DefaultServeMux.Handle("/", r)
}
« no previous file with comments | « go/src/infra/appengine/test-results/frontend/get_test.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698