Added path option for storing files on file system, started to add s3 support
This commit is contained in:
@@ -576,7 +576,7 @@ class FileSystemController {
|
||||
const userID = req.user._id;
|
||||
const fileID = req.body.id;
|
||||
|
||||
await fileService.deleteFile(userID, fileID);
|
||||
await fileSystemService.deleteFile(userID, fileID);
|
||||
|
||||
res.send()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user