Skip to content

Commit 3e05661

Browse files
adelowolunny
authored andcommitted
archived repos can be starred and watched (#7163)
1 parent 8de0b0a commit 3e05661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/routes/routes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ func RegisterRoutes(m *macaron.Macaron) {
674674
})
675675
}, reqSignIn, context.RepoAssignment(), reqRepoAdmin, context.UnitTypes(), context.RepoRef())
676676

677-
m.Get("/:username/:reponame/action/:action", reqSignIn, context.RepoAssignment(), context.UnitTypes(), context.RepoMustNotBeArchived(), repo.Action)
677+
m.Get("/:username/:reponame/action/:action", reqSignIn, context.RepoAssignment(), context.UnitTypes(), repo.Action)
678678

679679
m.Group("/:username/:reponame", func() {
680680
m.Group("/issues", func() {

0 commit comments

Comments
 (0)