Skip to content

Commit

Permalink
respect value of REQUIRE_SIGNIN_VIEW (#5901) (#5915)
Browse files Browse the repository at this point in the history
  • Loading branch information
adelowo authored and techknowlogick committed Jan 31, 2019
1 parent 9d4aa78 commit 438848a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routers/routes/routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,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)
Expand Down

0 comments on commit 438848a

Please sign in to comment.