Compare commits

..

2 Commits

Author SHA1 Message Date
junleea 2b11a58a2d Merge branch 'refs/heads/feat-file' into master-pg 2024-08-30 15:28:45 +08:00
junleea a295d750cc upload type 2024-08-30 15:28:39 +08:00
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.GET("/download", DownloadFile) toolGroup.POST("/download", DownloadFile)
} }
func UploadFile(c *gin.Context) { func UploadFile(c *gin.Context) {