()
| 25 | ) {} |
| 26 | @Get('schedule') |
| 27 | async getBusSchedule() { |
| 28 | return this.busService.getBusSchedule(); |
| 29 | } |
| 30 | @UseGuards(JwtAuthGuard, AdminGuard) |
| 31 | @Get('booked-tickets') |
| 32 | async getBookedTickets() { |
nothing calls this directly
no outgoing calls
no test coverage detected