Update routers/api/packages/arch/arch.go

Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
This commit is contained in:
Danila Fominykh 2023-07-27 12:35:35 +03:00 committed by GitHub
parent 7b92529bc4
commit 524a2a01c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.