(private readonly userServices: UsersService)
| 23 | private logger = new Logger(UsersController.name); |
| 24 | |
| 25 | constructor(private readonly userServices: UsersService) {} |
| 26 | |
| 27 | @Post('') |
| 28 | @ApiBearerAuth() |
nothing calls this directly
no outgoing calls
no test coverage detected