|
|
@@ -71,10 +71,10 @@ export class ChannelController {
|
|
|
return this.service.update({ ...dto, id });
|
|
|
}
|
|
|
|
|
|
- @Delete(':id')
|
|
|
- @ApiOperation({ summary: 'Delete channel' })
|
|
|
- @ApiResponse({ status: 200, description: 'Deletion result' })
|
|
|
- remove(@Param() { id }: MongoIdParamDto) {
|
|
|
- return this.service.remove(id);
|
|
|
- }
|
|
|
+ // @Delete(':id')
|
|
|
+ // @ApiOperation({ summary: 'Delete channel' })
|
|
|
+ // @ApiResponse({ status: 200, description: 'Deletion result' })
|
|
|
+ // remove(@Param() { id }: MongoIdParamDto) {
|
|
|
+ // return this.service.remove(id);
|
|
|
+ // }
|
|
|
}
|