MCPcopy Create free account
hub / github.com/QuantiaAI/helm-agents /

Class

apps/api/src/docs/docs.controller.ts:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6@Controller("docs")
7export class DocsController {
8 /** GET /api/docs/<path>.md — returns the raw markdown, or 404. */
9 @Public()
10 @Get("*path")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected