Support deleting multiple files at the same time
This commit is contained in:
@@ -82,7 +82,7 @@ func Configure() *gin.Engine {
|
||||
files.POST("/copy", postServerCopyFile)
|
||||
files.POST("/write", postServerWriteFile)
|
||||
files.POST("/create-directory", postServerCreateDirectory)
|
||||
files.POST("/delete", postServerDeleteFile)
|
||||
files.POST("/delete", postServerDeleteFiles)
|
||||
files.POST("/compress", postServerCompressFiles)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user