archived repos can be starred and watched (#7163) (#7168)

This commit is contained in:
Lanre Adelowo 2019-06-10 14:20:34 +01:00 committed by techknowlogick
parent 873acd884d
commit 5e97b2d00e
1 changed files with 1 additions and 1 deletions

View File

@ -578,7 +578,7 @@ func RegisterRoutes(m *macaron.Macaron) {
})
}, reqSignIn, context.RepoAssignment(), reqRepoAdmin, context.UnitTypes(), context.RepoRef())
m.Get("/:username/:reponame/action/:action", reqSignIn, context.RepoAssignment(), context.UnitTypes(), context.RepoMustNotBeArchived(), repo.Action)
m.Get("/:username/:reponame/action/:action", reqSignIn, context.RepoAssignment(), context.UnitTypes(), repo.Action)
m.Group("/:username/:reponame", func() {
m.Group("/issues", func() {