This commit is contained in:
julien 2025-05-06 12:16:50 +02:00
parent 9a008c9f07
commit 529324f6ee
2 changed files with 2 additions and 1 deletions

View File

@ -88,4 +88,4 @@ app.post('/sendButtons', async (req, res) => {
}
});
app.listen(3001, () => console.log('🚀 Serveur Baileys démarré sur http://localhost:3000'));
app.listen(3001, () => console.log('🚀 Serveur Baileys démarré sur http://localhost:3001'));

View File

@ -13,3 +13,4 @@
"qrcode": "^1.5.1"
}
}