| 12 | import {Request} from 'src/types'; |
| 13 | @Controller('ticket') |
| 14 | export class TicketController { |
| 15 | constructor(private readonly TicketService: TicketService) {} |
| 16 | @UseGuards(JwtAuthGuard) |
| 17 | @Post('/create') |
nothing calls this directly
no outgoing calls
no test coverage detected