feat: asset add/rename/remove + dump action for git and disk modules

This commit is contained in:
NGPixel
2019-10-19 17:39:45 -04:00
parent 73aa870abc
commit d987058336
7 changed files with 128 additions and 30 deletions

View File

@@ -90,7 +90,7 @@ router.post('/u', multer({
...fileMeta,
folderId: folderId,
assetPath,
userId: req.user.id
user: req.user
})
res.send('ok')
})