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

Method list

serve/src/app/api/article/article.controller.ts:16–18  ·  view source on GitHub ↗
(@Query() query: FindArticleDto)

Source from the content-addressed store, hash-verified

14
15 @Get("list")
16 list(@Query() query: FindArticleDto) {
17 return this.articleService.list(query)
18 }
19
20 @Get("details")
21 details(@Query("id") id: string) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected