mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 12:15:43 +01:00
fix watchers templates breaks (#870)
This commit is contained in:
parent
a195c3fabe
commit
c5887b0f28
1 changed files with 1 additions and 1 deletions
|
@ -586,7 +586,7 @@ func runWeb(ctx *cli.Context) error {
|
|||
m.Group("/:username/:reponame", func() {
|
||||
m.Get("/stars", repo.Stars)
|
||||
m.Get("/watchers", repo.Watchers)
|
||||
}, ignSignIn, context.RepoAssignment(), context.RepoRef())
|
||||
}, ignSignIn, context.RepoAssignment(), context.RepoRef(), context.UnitTypes())
|
||||
|
||||
m.Group("/:username", func() {
|
||||
m.Group("/:reponame", func() {
|
||||
|
|
Loading…
Reference in a new issue