Skip to content

Commit 2a97994

Browse files
Fluftechknowlogick
Fluf
authored andcommitted
Make home.tmpl visible with Signin-View enabled (#4040)
Fix #3846
1 parent 8ebd15e commit 2a97994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/routes/routes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ func RegisterRoutes(m *macaron.Macaron) {
168168
m.Head("/", func() string {
169169
return ""
170170
})
171-
m.Get("/", ignSignIn, routers.Home)
171+
m.Get("/", routers.Home)
172172
m.Group("/explore", func() {
173173
m.Get("", func(ctx *context.Context) {
174174
ctx.Redirect(setting.AppSubURL + "/explore/repos")

0 commit comments

Comments
 (0)