Fix wrong method comment

This commit is contained in:
Sylvain Baubeau
2015-01-06 18:00:04 +01:00
parent dd9fc8e40e
commit 6bc7048166
+1 -1
View File
@@ -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