feat: write POST /v1/connections/:connectionId/reset

This commit is contained in:
Ali BARIN
2024-08-28 16:14:37 +00:00
parent d5c81c14f5
commit c7babf227c
5 changed files with 197 additions and 0 deletions

View File

@@ -75,6 +75,10 @@ const authorizationList = {
action: 'delete',
subject: 'Connection',
},
'POST /api/v1/connections/:connectionId/reset': {
action: 'create',
subject: 'Connection',
},
};
export const authorizeUser = async (request, response, next) => {