Compare commits

...

2 Commits

Author SHA1 Message Date
junleea 1b79a6cd36 Merge branch 'refs/heads/feat-file' into master-pg 2024-08-30 15:42:00 +08:00
junleea 9e5ca5e897 download file 2024-08-30 15:41:51 +08:00
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) {