mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 09:09:02 +00:00
parent
8ebd15e6a6
commit
2a9799493a
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue