updated api route and added dtos

This commit is contained in:
hannathkadher
2025-03-13 14:23:40 +04:00
parent 8b3232b2f4
commit 76fd4b640f
5 changed files with 58 additions and 25 deletions

View File

@ -624,7 +624,7 @@ export class ControllerRoute {
};
static AUTOMATION = class {
public static readonly ROUTE = 'automation';
public static readonly ROUTE = '/projects/:projectUuid/automation';
static ACTIONS = class {
public static readonly ADD_AUTOMATION_SUMMARY = 'Add automation';