MCPcopy Create free account
hub / github.com/chunshand/qdev / remove

Method remove

serve/src/app/admin/article/article.controller.ts:44–46  ·  view source on GitHub ↗
(@Query('id') id: string)

Source from the content-addressed store, hash-verified

42 @ApiOperation({ summary: '删除权限' })
43 @Delete('remove')
44 remove(@Query('id') id: string) {
45 return this.articleService.remove(+id);
46 }
47
48 /**
49 * 删除

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected