mirror of
https://github.com/go-gitea/gitea
synced 2025-07-16 07:18:37 +00:00
changed integrated page number to GET
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user