mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-27 10:34:53 +00:00
updated endpoint of subspaces
This commit is contained in:
@ -220,7 +220,7 @@ export class ControllerRoute {
|
||||
|
||||
static SUBSPACE = class {
|
||||
public static readonly ROUTE =
|
||||
'/communities/:communityUuid/spaces/:spaceUuid/subspaces';
|
||||
'/projects/:projectUuid/communities/:communityUuid/spaces/:spaceUuid/subspaces';
|
||||
static ACTIONS = class {
|
||||
public static readonly CREATE_SUBSPACE_SUMMARY = 'Create Subspace';
|
||||
public static readonly CREATE_SUBSPACE_DESCRIPTION =
|
||||
|
||||
Reference in New Issue
Block a user