1
1
mirror of https://github.com/go-gitea/gitea synced 2025-11-01 03:48:24 +00:00
Files
gitea/routers/api/v1/shared/runners.go
ChristopherHX 59df03b554 Fix get / delete runner to use consistent http 404 and 500 status (#34480)
* previously deleting an already deleted runner returned http 500
* previously any database error for the get endpoint was http 404 and never 500
2025-05-16 06:44:29 +00:00

4.1 KiB