forked from kevadesu/forgejo
Merge branch 'master' into add-api-issues-subscriptions
This commit is contained in:
commit
f04f7c91a3
78 changed files with 6130 additions and 3797 deletions
|
@ -596,6 +596,8 @@ func RegisterRoutes(m *macaron.Macaron) {
|
|||
m.Get("/search", repo.Search)
|
||||
})
|
||||
|
||||
m.Get("/repos/issues/search", repo.SearchIssues)
|
||||
|
||||
m.Combo("/repositories/:id", reqToken()).Get(repo.GetByID)
|
||||
|
||||
m.Group("/repos", func() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue