Merge branch 'refs/heads/feat-file' into master-pg
This commit is contained in:
commit
2b11a58a2d
|
|
@ -23,7 +23,7 @@ func SetUpToolGroup(router *gin.Engine) {
|
|||
|
||||
//文件上传、下载
|
||||
toolGroup.POST("/upload", UploadFile)
|
||||
toolGroup.GET("/download", DownloadFile)
|
||||
toolGroup.POST("/download", DownloadFile)
|
||||
}
|
||||
|
||||
func UploadFile(c *gin.Context) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue