mirror of
https://codeberg.org/davrot/forgejo.git
synced 2025-05-24 00:00:02 +02:00
changed integrated page number to GET
This commit is contained in:
parent
87d64acc9f
commit
5c39d3fa7d
6 changed files with 15 additions and 15 deletions
|
@ -514,8 +514,8 @@ func runWeb(ctx *cli.Context) {
|
|||
m.Get("/labels/", repo.RetrieveLabels, repo.Labels)
|
||||
m.Get("/milestones", repo.Milestones)
|
||||
m.Get("/branches", repo.Branches)
|
||||
m.Get("/stars/?:index", middleware.RepoRef(), repo.Stars)
|
||||
m.Get("/watchers/?:index", middleware.RepoRef(), repo.Watchers)
|
||||
m.Get("/stars", middleware.RepoRef(), repo.Stars)
|
||||
m.Get("/watchers", middleware.RepoRef(), repo.Watchers)
|
||||
m.Get("/forks", middleware.RepoRef(), repo.Forks)
|
||||
m.Get("/archive/*", repo.Download)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue