1
1
mirror of https://github.com/go-gitea/gitea synced 2025-01-12 02:34:28 +00:00

respect value of REQUIRE_SIGNIN_VIEW ()

This commit is contained in:
Lanre Adelowo 2019-01-30 17:45:48 +01:00 committed by techknowlogick
parent fada6968a8
commit 7933a950d0

@ -648,7 +648,7 @@ func RegisterRoutes(m *macaron.Macaron) {
}
ctx.Data["CommitsCount"] = ctx.Repo.CommitsCount
})
}, context.RepoAssignment(), context.UnitTypes(), reqRepoReleaseReader)
}, ignSignIn, context.RepoAssignment(), context.UnitTypes(), reqRepoReleaseReader)
m.Group("/:username/:reponame", func() {
m.Post("/topics", repo.TopicsPost)