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

Class

backend/src/ticket/ticket.controller.ts:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12import {Request} from 'src/types';
13@Controller('ticket')
14export class TicketController {
15 constructor(private readonly TicketService: TicketService) {}
16 @UseGuards(JwtAuthGuard)
17 @Post('/create')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected