Compare commits

..

No commits in common. "1b79a6cd36985978492f9ecd376b669a32e8af42" and "bdd4d8dc32d6e2a0e526540f2c73c302a1a668b7" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ func SetUpToolGroup(router *gin.Engine) {
//文件上传、下载
toolGroup.POST("/upload", UploadFile)
toolGroup.GET("/download", DownloadFile)
toolGroup.POST("/download", DownloadFile)
}
func UploadFile(c *gin.Context) {