mirror of
https://github.com/go-gitea/gitea.git
synced 2024-09-01 14:56:30 +00:00
Update routers/api/packages/arch/arch.go
Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
This commit is contained in:
parent
7b92529bc4
commit
524a2a01c1
@ -133,7 +133,7 @@ func Get(ctx *context.Context) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
ctx.Resp.WriteHeader(http.StatusNotFound)
|
ctx.Status(http.StatusNotFound)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Remove specific package version, related files and pacman database entry.
|
// Remove specific package version, related files and pacman database entry.
|
||||||
|
Loading…
Reference in New Issue
Block a user