mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-10 15:17:41 +00:00
making endpoint plural
This commit is contained in:
@ -653,7 +653,7 @@ export class ControllerRoute {
|
||||
|
||||
static AUTOMATION_SPACE = class {
|
||||
public static readonly ROUTE =
|
||||
'/projects/:projectUuid/communities/:communityUuid/spaces/:spaceUuid/automation';
|
||||
'/projects/:projectUuid/communities/:communityUuid/spaces/:spaceUuid/automations';
|
||||
static ACTIONS = class {
|
||||
public static readonly GET_AUTOMATION_BY_SPACE_SUMMARY =
|
||||
'Get automation by space';
|
||||
|
Reference in New Issue
Block a user