mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
@@ -95,7 +95,7 @@ router.get(
|
||||
);
|
||||
|
||||
router.patch(
|
||||
'/:collection',
|
||||
'/',
|
||||
validateBatch('update'),
|
||||
asyncHandler(async (req, res, next) => {
|
||||
const service = new FoldersService({
|
||||
|
||||
Reference in New Issue
Block a user