Fix patch handler of rest /folders

Fixes #5351
This commit is contained in:
rijkvanzanten
2021-04-29 20:16:52 -04:00
parent 53f2d690dc
commit cd565c2e60

View File

@@ -95,7 +95,7 @@ router.get(
);
router.patch(
'/:collection',
'/',
validateBatch('update'),
asyncHandler(async (req, res, next) => {
const service = new FoldersService({