mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-10-20 19:52:04 +00:00
backport #29734 (cherry picked from commit 8c31456a879797e7247d2cbf65b53fd16939c91d)
This commit is contained in:
parent
4543d70216
commit
02ac89c01d
2 changed files with 3 additions and 3 deletions
|
@ -1369,7 +1369,7 @@ func registerRoutes(m *web.Route) {
|
|||
})
|
||||
m.Post("/cancel", reqRepoActionsWriter, actions.Cancel)
|
||||
m.Post("/approve", reqRepoActionsWriter, actions.Approve)
|
||||
m.Post("/artifacts", actions.ArtifactsView)
|
||||
m.Get("/artifacts", actions.ArtifactsView)
|
||||
m.Get("/artifacts/{artifact_name}", actions.ArtifactsDownloadView)
|
||||
m.Post("/rerun", reqRepoActionsWriter, actions.Rerun)
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue