mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-07 05:42:42 +00:00
Fix wrong method comment
This commit is contained in:
+1
-1
@@ -86,7 +86,7 @@ func apiSnapshotsCreateFromMirror(c *gin.Context) {
|
||||
c.JSON(201, snapshot)
|
||||
}
|
||||
|
||||
// POST /api/snapshots/:name
|
||||
// POST /api/snapshots
|
||||
func apiSnapshotsCreate(c *gin.Context) {
|
||||
var (
|
||||
err error
|
||||
|
||||
Reference in New Issue
Block a user