Added path option for storing files on file system, started to add s3 support

This commit is contained in:
subnub
2020-04-17 00:13:12 -04:00
parent 7bfba3b499
commit 4821c5a408
10 changed files with 66 additions and 37 deletions
+1 -1
View File
@@ -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()