| 48 | @Roles(RoleTypeEnum.SuperAdmin, RoleTypeEnum.Admin) |
| 49 | @ApiBearerAuth() |
| 50 | export class UserController { |
| 51 | constructor(private readonly service: UserService) {} |
| 52 | |
| 53 | @Post() |
nothing calls this directly
no outgoing calls
no test coverage detected