MCPcopy Create free account
hub / github.com/codeedu/imersao-fsfc2 / getHello

Method getHello

nest-api/src/app.controller.ts:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8 @Get()
9 getHello(): string {
10 return this.appService.getHello();
11 }
12}
13
14//HTTP - Get, Post, Put, Patch, Delete e

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected