fixed issue in associating

This commit is contained in:
hannathkadher
2024-10-24 11:48:42 +04:00
parent a6f87fffc5
commit 63a98fae55
2 changed files with 7 additions and 5 deletions

View File

@ -116,7 +116,7 @@ export class ControllerRoute {
static SPACE_USER = class {
public static readonly ROUTE =
'/communities/:communityId/spaces/:spaceId/user';
'/communities/:communityUuid/spaces/:spaceUuid/user';
static ACTIONS = class {
public static readonly ASSOCIATE_SPACE_USER_SUMMARY =
'Associate a user to a space';