mirror of
https://github.com/go-gitea/gitea
synced 2025-07-10 04:27:22 +00:00
@ -1178,6 +1178,7 @@ func registerRoutes(m *web.Router) {
|
||||
})
|
||||
})
|
||||
}, context.RepoRef())
|
||||
m.Get("/issues/suggestions", repo.IssueSuggestions)
|
||||
}, ignSignIn, context.RepoAssignment, reqRepoIssuesOrPullsReader)
|
||||
// end "/{username}/{reponame}": view milestone, label, issue, pull, etc
|
||||
|
||||
|
Reference in New Issue
Block a user