Chromium Code Reviews| Index: milo/frontend/main.go |
| diff --git a/milo/frontend/main.go b/milo/frontend/main.go |
| index 6ce8061c9a44becfd4bf5ebafa9b76f5bf0b4441..6aa14894387149ab52c08e0e7d68dfbc9ff9a135 100644 |
| --- a/milo/frontend/main.go |
| +++ b/milo/frontend/main.go |
| @@ -30,7 +30,7 @@ func emptyPrelude(c context.Context, methodName string, req proto.Message) (cont |
| } |
| // Where it all begins!!! |
| -func init() { |
| +func Run() { |
| // Register plain ol' http handlers. |
| r := router.New() |
| gaemiddleware.InstallHandlers(r) |