MCPcopy Create free account
hub / github.com/Dyan-Dev/dyan /

Class

apps/backend/src/dynamic/dynamic.controller.ts:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9@Controller('api')
10export class DynamicController {
11 // Handle all dynamic endpoint requests
12 @All('*')
13 async handleDynamic(@Req() req: Request, @Res() res: Response) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected