feat: write REST API endpoint to create connection

This commit is contained in:
Ali BARIN
2024-09-09 14:59:45 +00:00
committed by Faruk AYDIN
parent e812725182
commit 7394aca02d
7 changed files with 511 additions and 1 deletions

View File

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