Ver código fonte

Make home.tmpl visible with Signin-View enabled (#4040)

Fix #3846
tags/v1.5.0-dev
Fluf 6 anos atrás
pai
commit
2a9799493a
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      routers/routes/routes.go

+ 1
- 1
routers/routes/routes.go Ver arquivo

@@ -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")

Carregando…
Cancelar
Salvar