Update base logic for handling server file downloads
This commit is contained in:
@@ -82,7 +82,7 @@ func Configure() *gin.Engine {
|
||||
files.PUT("/rename", putServerRenameFiles)
|
||||
files.POST("/copy", postServerCopyFile)
|
||||
files.POST("/write", postServerWriteFile)
|
||||
files.POST("/writeUrl", postServerDownloadRemoteFile)
|
||||
files.POST("/pull", postServerPullRemoteFile)
|
||||
files.POST("/create-directory", postServerCreateDirectory)
|
||||
files.POST("/delete", postServerDeleteFiles)
|
||||
files.POST("/compress", postServerCompressFiles)
|
||||
|
||||
Reference in New Issue
Block a user