(private readonly appService: AppService)
| 4 | @Controller('prefixo') |
| 5 | export class AppController { |
| 6 | constructor(private readonly appService: AppService) {} |
| 7 | |
| 8 | @Get('test') |
| 9 | getHello(): string { |
nothing calls this directly
no outgoing calls
no test coverage detected