mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-16 12:08:04 +00:00
Added gpg api so mirror updates are fully functional from api
This commit is contained in:
committed by
Lorenzo Bolla
parent
d7ccf95499
commit
b0ab8f417d
@@ -87,6 +87,10 @@ func Router(c *ctx.AptlyContext) http.Handler {
|
||||
root.DELETE("/mirrors/:name", apiMirrorsDrop)
|
||||
}
|
||||
|
||||
{
|
||||
root.POST("/gpg/key", apiGPGAddKey)
|
||||
}
|
||||
|
||||
{
|
||||
root.GET("/files", apiFilesListDirs)
|
||||
root.POST("/files/:dir", apiFilesUpload)
|
||||
|
||||
Reference in New Issue
Block a user