Merge branch 'refs/heads/feat-file' into master-pg
This commit is contained in:
commit
1b79a6cd36
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue