feat: Implement get templates API router

This commit is contained in:
Faruk AYDIN
2025-03-06 15:17:13 +01:00
parent 820e4cb2c2
commit 8ba72db463
3 changed files with 24 additions and 0 deletions

View File

@@ -33,6 +33,10 @@ const authorizationList = {
action: 'delete',
subject: 'Flow',
},
'GET /api/v1/templates/': {
action: 'create',
subject: 'Flow',
},
'GET /api/v1/steps/:stepId/connection': {
action: 'read',
subject: 'Flow',