diff --git a/routers/routes/routes.go b/routers/routes/routes.go index 37ebdd8d5..c8f0d251c 100755 --- a/routers/routes/routes.go +++ b/routers/routes/routes.go @@ -306,11 +306,6 @@ func RegisterRoutes(m *macaron.Macaron) { return "" }) m.Get("/", routers.Dashboard) - // func() { - // m.Get("", func(ctx *context.Context) { - // ctx.Redirect(setting.AppSubURL + "/dashboard") - // }) - // }, ignSignIn m.Get("/dashboard", routers.Dashboard) m.Group("/explore", func() { m.Get("", func(ctx *context.Context) {