MCPcopy Create free account
hub / github.com/bsoc-bitbyte/busify / getBusSchedule

Method getBusSchedule

backend/src/Bus/bus.controller.ts:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 ) {}
26 @Get('schedule')
27 async getBusSchedule() {
28 return this.busService.getBusSchedule();
29 }
30 @UseGuards(JwtAuthGuard, AdminGuard)
31 @Get('booked-tickets')
32 async getBookedTickets() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected