mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 20:34:55 +00:00
updated space scee endpoint to match project entity
This commit is contained in:
@ -182,7 +182,7 @@ export class ControllerRoute {
|
||||
|
||||
static SPACE_SCENE = class {
|
||||
public static readonly ROUTE =
|
||||
'/communities/:communityUuid/spaces/:spaceUuid/scenes';
|
||||
'/projects/:projectUuid/communities/:communityUuid/spaces/:spaceUuid/scenes';
|
||||
static ACTIONS = class {
|
||||
public static readonly GET_TAP_TO_RUN_SCENE_BY_SPACE_SUMMARY =
|
||||
'Retrieve Tap-to-Run Scenes by Space';
|
||||
|
||||
Reference in New Issue
Block a user