delete a gpg key

This commit is contained in:
Pierig Le Saux
2026-04-08 20:21:56 -04:00
committed by André Roth
parent f8d2d3cb8d
commit 89e3bdfa07
3 changed files with 546 additions and 0 deletions

View File

@@ -164,7 +164,9 @@ func Router(c *ctx.AptlyContext) http.Handler {
}
{
api.GET("/gpg/keys", apiGPGListKeys)
api.POST("/gpg/key", apiGPGAddKey)
api.DELETE("/gpg/key", apiGPGDeleteKey)
}
{