Fix confusing comment. #116

This commit is contained in:
Andrey Smirnov
2015-02-28 19:55:52 +03:00
parent e33a2a6f96
commit 26b46ee2a0

View File

@@ -167,7 +167,7 @@ func apiSnapshotsCreate(c *gin.Context) {
c.JSON(201, snapshot)
}
// POST /api/repos/:name/snapshots/:snapname
// POST /api/repos/:name/snapshots
func apiSnapshotsCreateFromRepository(c *gin.Context) {
var (
err error