mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-19 20:29:17 +00:00
change delete ticket route to typescript
This commit is contained in:
@@ -11,6 +11,6 @@ ticketRoutes.post("/tickets", isAuth, TicketController.store);
|
||||
|
||||
ticketRoutes.put("/tickets/:ticketId", isAuth, TicketController.update);
|
||||
|
||||
// ticketRoutes.delete("/tickets/:ticketId", isAuth, TicketController.remove);
|
||||
ticketRoutes.delete("/tickets/:ticketId", isAuth, TicketController.remove);
|
||||
|
||||
export default ticketRoutes;
|
||||
|
||||
Reference in New Issue
Block a user