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

Method constructor

backend/src/ticket/ticket.controller.ts:15–15  ·  view source on GitHub ↗
(private readonly TicketService: TicketService)

Source from the content-addressed store, hash-verified

13@Controller('ticket')
14export class TicketController {
15 constructor(private readonly TicketService: TicketService) {}
16 @UseGuards(JwtAuthGuard)
17 @Post('/create')
18 async createTicket(@Req() req: Request) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected