mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-19 20:29:17 +00:00
feat: add options to handle whatsapp session on frontend
This commit is contained in:
@@ -11,6 +11,12 @@ whatsappSessionRoutes.post(
|
||||
WhatsAppSessionController.store
|
||||
);
|
||||
|
||||
whatsappSessionRoutes.put(
|
||||
"/whatsappsession/:whatsappId",
|
||||
isAuth,
|
||||
WhatsAppSessionController.update
|
||||
);
|
||||
|
||||
whatsappSessionRoutes.delete(
|
||||
"/whatsappsession/:whatsappId",
|
||||
isAuth,
|
||||
|
||||
Reference in New Issue
Block a user