mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-11 07:38:49 +00:00
api endpoints for space user controller base root has been mapped from project
This commit is contained in:
@ -193,7 +193,7 @@ export class ControllerRoute {
|
||||
|
||||
static SPACE_USER = class {
|
||||
public static readonly ROUTE =
|
||||
'/communities/:communityUuid/spaces/:spaceUuid/user';
|
||||
'/projects/:projectUuid/communities/:communityUuid/spaces/:spaceUuid/user';
|
||||
static ACTIONS = class {
|
||||
public static readonly ASSOCIATE_SPACE_USER_SUMMARY =
|
||||
'Associate a user to a space';
|
||||
|
Reference in New Issue
Block a user