diff --git a/routers/routes/routes.go b/routers/routes/routes.go index cb9fbb16a..15b91f159 100644 --- a/routers/routes/routes.go +++ b/routers/routes/routes.go @@ -168,7 +168,7 @@ func RegisterRoutes(m *macaron.Macaron) { m.Head("/", func() string { return "" }) - m.Get("/", ignSignIn, routers.Home) + m.Get("/", routers.Home) m.Group("/explore", func() { m.Get("", func(ctx *context.Context) { ctx.Redirect(setting.AppSubURL + "/explore/repos")