feat: Implement create folder API endpoint

This commit is contained in:
Faruk AYDIN
2025-01-27 13:46:25 +01:00
parent ade6e96b1b
commit 0ca12d5a7c
12 changed files with 153 additions and 0 deletions

View File

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