feat: Implement get folders API endpoint

This commit is contained in:
Faruk AYDIN
2025-01-30 16:59:54 +01:00
parent 290c47647f
commit decdd61c04
6 changed files with 93 additions and 0 deletions

View File

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