feat: Route to send status broadcast

This commit is contained in:
Davidson Gomes
2023-07-06 16:39:58 -03:00
parent 4bf4b4a045
commit 24712c4c2d
4 changed files with 25 additions and 10 deletions

View File

@@ -40,10 +40,10 @@
},
"homepage": "https://github.com/EvolutionAPI/evolution-api#readme",
"dependencies": {
"@whiskeysockets/baileys": "github:EvolutionAPI/Baileys",
"@adiwajshing/keyed-db": "^0.2.4",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@hapi/boom": "^10.0.1",
"@whiskeysockets/baileys": "github:EvolutionAPI/Baileys",
"axios": "^1.3.5",
"class-validator": "^0.13.2",
"compression": "^1.7.4",
@@ -65,6 +65,7 @@
"node-cache": "^5.1.2",
"node-mime-types": "^1.1.0",
"pino": "^8.11.0",
"proxy-agent": "^6.2.1",
"qrcode": "^1.5.1",
"qrcode-terminal": "^0.12.0",
"redis": "^4.6.5",