(@Query('id') id: string)
| 42 | @ApiOperation({ summary: '删除权限' }) |
| 43 | @Delete('remove') |
| 44 | remove(@Query('id') id: string) { |
| 45 | return this.articleService.remove(+id); |
| 46 | } |
| 47 | |
| 48 | /** |
| 49 | * 删除 |
nothing calls this directly
no outgoing calls
no test coverage detected