mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 17:24:54 +00:00
delete propogation
This commit is contained in:
@ -67,8 +67,8 @@ export class SpaceController {
|
||||
description: ControllerRoute.SPACE.ACTIONS.DELETE_SPACE_DESCRIPTION,
|
||||
})
|
||||
@Delete('/:spaceUuid')
|
||||
async deleteSpace(@Param() params: GetSpaceParam){
|
||||
return await this.spaceService.deleteSpace(params);
|
||||
async deleteSpace(@Param() params: GetSpaceParam) {
|
||||
return await this.spaceService.delete(params);
|
||||
}
|
||||
|
||||
@ApiBearerAuth()
|
||||
|
||||
Reference in New Issue
Block a user