(private taskService: TaskService)
| 26 | @Controller('tasks') |
| 27 | export class TaskController { |
| 28 | constructor(private taskService: TaskService) {} |
| 29 | |
| 30 | @UseGuards(RolesGuard, PermissionsGuard) |
| 31 | @Role('user') |
nothing calls this directly
no outgoing calls
no test coverage detected