mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 18:24:54 +00:00
Add InviteSpaceRepository and update invitation code handling
This commit is contained in:
@ -112,7 +112,6 @@ export class SpaceController {
|
||||
return this.spaceService.getSpacesHierarchyForSpace(params);
|
||||
}
|
||||
|
||||
//should it be post?
|
||||
@ApiBearerAuth()
|
||||
@UseGuards(PermissionsGuard)
|
||||
@Permissions('SPACE_MEMBER_ADD')
|
||||
|
||||
Reference in New Issue
Block a user