mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-07 05:42:42 +00:00
Add db cleanup api
This commit is contained in:
committed by
Lorenzo Bolla
parent
f09a273ad7
commit
b4efe6a810
@@ -124,6 +124,9 @@ func Router(c *ctx.AptlyContext) http.Handler {
|
||||
{
|
||||
root.GET("/graph.:ext", apiGraph)
|
||||
}
|
||||
{
|
||||
root.POST("/db/cleanup", apiDbCleanup)
|
||||
}
|
||||
{
|
||||
root.GET("/tasks", apiTasksList)
|
||||
root.POST("/tasks-clear", apiTasksClear)
|
||||
|
||||
Reference in New Issue
Block a user