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

Method getHello

apps/backend/src/app.controller.ts:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8 @Get('hello')
9 getHello(): { message: string } {
10 return this.appService.getHello();
11 }
12}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected