diff --git a/backend/src/controllers/WbotMonitorController.ts b/backend/src/controllers/WbotMonitorController.ts index f63be71..25ee67c 100644 --- a/backend/src/controllers/WbotMonitorController.ts +++ b/backend/src/controllers/WbotMonitorController.ts @@ -53,6 +53,25 @@ export const wbotMonitorQrcodeRemote = async (req: Request, res: Response): Prom +// export const wbotMonitorNumberRead = async (req: Request, res: Response): Promise => { + +// const { whatsappId } = req.body + +// console.log('-----------> whatsappId: ', req.body['whatsappId']) + +// let whatsapp = await ShowWhatsAppService(whatsappId) + +// const io = getIO(); +// io.emit("whatsappSession", { +// action: "update", +// session: whatsapp +// }); + + +// return res.status(200).json({ "message": "Ok" }); +// }; + + // export const DeleteWhatsAppMessage = async (req: Request, res: Response): Promise => {