Skip to content

Commit 1dfd47c

Browse files
adelowojeffliu27
authored andcommitted
archived repos can be starred and watched (go-gitea#7163)
1 parent 82eb0d2 commit 1dfd47c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)