Chromium Code Reviews| Index: milo/frontend/appengine/main.go |
| diff --git a/milo/frontend/appengine/main.go b/milo/frontend/appengine/main.go |
| index 3d1164f33605d1f83e2537b438cfa44f0beecc2f..052724ee5a27203dd6f39b94955d4df6c03f609e 100644 |
| --- a/milo/frontend/appengine/main.go |
| +++ b/milo/frontend/appengine/main.go |
| @@ -4,8 +4,10 @@ |
| package appengine |
| -import "github.com/luci/luci-go/milo/frontend" |
| +import ( |
| + "github.com/luci/luci-go/milo/frontend" |
| +) |
| func init() { |
| - frontend.Run() |
| + frontend.Run("templates") |
| } |