Skip to content

Commit

Permalink
Update exa_file_upload_and_download.go (#1029)
Browse files Browse the repository at this point in the history
* 更改上传文件路由文件 代码注释错误


Co-authored-by: 奇淼(piexlmax <qimiaojiangjizhao@gmail.com>
  • Loading branch information
fengyikang88 and 奇淼(piexlmax authored Apr 14, 2022
1 parent d75cf0f commit fc306be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/router/example/exa_file_upload_and_download.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func (e *FileUploadAndDownloadRouter) InitFileUploadAndDownloadRouter(Router *gi
fileUploadAndDownloadRouter.POST("editFileName", exaFileUploadAndDownloadApi.EditFileName) // 编辑文件名或者备注
fileUploadAndDownloadRouter.POST("breakpointContinue", exaFileUploadAndDownloadApi.BreakpointContinue) // 断点续传
fileUploadAndDownloadRouter.GET("findFile", exaFileUploadAndDownloadApi.FindFile) // 查询当前文件成功的切片
fileUploadAndDownloadRouter.POST("breakpointContinueFinish", exaFileUploadAndDownloadApi.BreakpointContinueFinish) // 查询当前文件成功的切片
fileUploadAndDownloadRouter.POST("removeChunk", exaFileUploadAndDownloadApi.RemoveChunk) // 查询当前文件成功的切片
fileUploadAndDownloadRouter.POST("breakpointContinueFinish", exaFileUploadAndDownloadApi.BreakpointContinueFinish) // 切片传输完成
fileUploadAndDownloadRouter.POST("removeChunk", exaFileUploadAndDownloadApi.RemoveChunk) // 删除切片
}
}

0 comments on commit fc306be

Please sign in to comment.