feat: Implement users get apps API endpoint

This commit is contained in:
Faruk AYDIN
2024-04-07 03:45:33 +02:00
parent c8147370de
commit 3e3e48110d
7 changed files with 350 additions and 3 deletions

View File

@@ -7,6 +7,10 @@ const authorizationList = {
action: 'read',
subject: 'User',
},
'GET /api/v1/users/:userId/apps': {
action: 'read',
subject: 'Connection',
},
'GET /api/v1/flows/:flowId': {
action: 'read',
subject: 'Flow',