Compare commits

..

No commits in common. "2b11a58a2daf80c31e4c3d70d525c95a0325e9d1" and "45fa575f196df7dc256dffde43dc8257e41309fd" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

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