Use middleware to open gitRepo (#19559)
This commit is contained in:
parent
d23f220343
commit
1597e2da3e
2 changed files with 3 additions and 7 deletions
|
@ -1014,7 +1014,7 @@ func Routes() *web.Route {
|
|||
m.Group("/{ref}", func() {
|
||||
m.Get("/status", repo.GetCombinedCommitStatusByRef)
|
||||
m.Get("/statuses", repo.GetCommitStatusesByRef)
|
||||
})
|
||||
}, context.ReferencesGitRepo())
|
||||
}, reqRepoReader(unit.TypeCode))
|
||||
m.Group("/git", func() {
|
||||
m.Group("/commits", func() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue