download file

This commit is contained in:
junleea 2024-08-30 15:41:51 +08:00
parent 5228a4270e
commit 9e5ca5e897
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.POST("/download", DownloadFile)
toolGroup.GET("/download", DownloadFile)
}
func UploadFile(c *gin.Context) {