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

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

Issue 2918563004: Milo: Fix deployment (Closed)
Patch Set: Created 3 years, 7 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/common/middleware.go ('k') | milo/appengine/frontend/main_test.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 a060ae48c2a88fa349b78b86801104bb4354c88c..d91f08ed6b0d922ebd480461e11dc1acc9b199cb 100644
--- a/milo/appengine/frontend/main.go
+++ b/milo/appengine/frontend/main.go
@@ -35,7 +35,7 @@ func init() {
r := router.New()
gaemiddleware.InstallHandlers(r)
- basemw := common.Base()
+ basemw := common.Base("templates")
r.GET("/", basemw, frontpageHandler)
// Admin and cron endpoints.
« no previous file with comments | « milo/appengine/common/middleware.go ('k') | milo/appengine/frontend/main_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698