making endpoint plural

This commit is contained in:
hannathkadher
2025-03-14 11:49:00 +04:00
parent 89ff05b6ef
commit 70047dd337

View File

@ -653,7 +653,7 @@ export class ControllerRoute {
static AUTOMATION_SPACE = class { static AUTOMATION_SPACE = class {
public static readonly ROUTE = public static readonly ROUTE =
'/projects/:projectUuid/communities/:communityUuid/spaces/:spaceUuid/automation'; '/projects/:projectUuid/communities/:communityUuid/spaces/:spaceUuid/automations';
static ACTIONS = class { static ACTIONS = class {
public static readonly GET_AUTOMATION_BY_SPACE_SUMMARY = public static readonly GET_AUTOMATION_BY_SPACE_SUMMARY =
'Get automation by space'; 'Get automation by space';