mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-11 15:48:09 +00:00
making endpoint plural
This commit is contained in:
@ -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';
|
||||||
|
Reference in New Issue
Block a user