feat: Implement folder removal API endpoint

This commit is contained in:
Faruk AYDIN
2025-01-29 12:24:53 +01:00
parent 7fc6a62f93
commit 567299d62a
4 changed files with 84 additions and 0 deletions

View File

@@ -141,6 +141,10 @@ const authorizationList = {
action: 'create',
subject: 'Flow',
},
'DELETE /api/v1/folders/:folderId': {
action: 'create',
subject: 'Flow',
},
};
export const authorizeUser = async (request, response, next) => {