mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-07 05:42:42 +00:00
committed by
Benj Fassbind
parent
90932cdac5
commit
77e02bf7a3
@@ -159,6 +159,7 @@ func Router(c *ctx.AptlyContext) http.Handler {
|
||||
root.GET("/snapshots/:name/packages", apiSnapshotsSearchPackages)
|
||||
root.DELETE("/snapshots/:name", apiSnapshotsDrop)
|
||||
root.GET("/snapshots/:name/diff/:withSnapshot", apiSnapshotsDiff)
|
||||
root.POST("/snapshots/merge", apiSnapshotsMerge)
|
||||
}
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user