Skip to content

Commit 5e97b2d

Browse files
adelowotechknowlogick
authored andcommitted
archived repos can be starred and watched (#7163) (#7168)
1 parent 873acd8 commit 5e97b2d

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
@@ -578,7 +578,7 @@ func RegisterRoutes(m *macaron.Macaron) {
578578
})
579579
}, reqSignIn, context.RepoAssignment(), reqRepoAdmin, context.UnitTypes(), context.RepoRef())
580580

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

583583
m.Group("/:username/:reponame", func() {
584584
m.Group("/issues", func() {

0 commit comments

Comments
 (0)