Skip to content

Commit

Permalink
Update router.go
Browse files Browse the repository at this point in the history
路径用 /upload/:chart
  • Loading branch information
joylili authored Dec 29, 2021
1 parent f3a5998 commit 55d134c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func RegisterRouter(router *gin.Engine) {
// list uploaded charts
charts.GET("/upload", listUploadedCharts)
// delete chart
charts.DELETE("/:chart", deleteChart)
charts.DELETE("/upload/:chart", deleteChart)
}

// helm release
Expand Down

0 comments on commit 55d134c

Please sign in to comment.