mirror of
https://github.com/go-gitea/gitea
synced 2025-09-28 03:28:13 +00:00
#835: Realtime webhooks
This commit is contained in:
@@ -451,6 +451,7 @@ func runWeb(ctx *cli.Context) {
|
||||
m.Get("/archive/*", repo.Download)
|
||||
m.Get("/pulls2/", repo.PullRequest2)
|
||||
m.Get("/milestone2/", repo.Milestones2)
|
||||
m.Head("/hooks/trigger", repo.TriggerHook)
|
||||
|
||||
m.Group("", func() {
|
||||
m.Get("/src/*", repo.Home)
|
||||
|
Reference in New Issue
Block a user