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

Method getBookedTickets

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

Source from the content-addressed store, hash-verified

30 @UseGuards(JwtAuthGuard, AdminGuard)
31 @Get('booked-tickets')
32 async getBookedTickets() {
33 return this.busService.getBookedTickets();
34 }
35 @UseGuards(JwtAuthGuard, AdminGuard)
36 @Post('bus')
37 async createNewBus(@Body() bus: BusDto) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected