MCPcopy Create free account
hub / github.com/JawherKl/nodejs-microservices / constructor

Method constructor

api-gateway/src/app.controller.ts:6–6  ·  view source on GitHub ↗
(private readonly appService: AppService)

Source from the content-addressed store, hash-verified

4@Controller()
5export class AppController {
6 constructor(private readonly appService: AppService) {}
7
8 @Get()
9 getHello(): string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected