mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-19 20:29:17 +00:00
feat: option to handle whatsapp session on app
This commit is contained in:
@@ -11,6 +11,12 @@ routes.get(
|
||||
WhatsAppSessionController.show
|
||||
);
|
||||
|
||||
routes.delete(
|
||||
"/whatsapp/session/:sessionId",
|
||||
isAuth,
|
||||
WhatsAppSessionController.delete
|
||||
);
|
||||
|
||||
// fetch contacts in user cellphone, not in use
|
||||
// routes.get("/whatsapp/contacts", isAuth, WhatsappController.getContacts);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user