diff --git a/index.js b/index.js index 0f955ff..906b2d8 100644 --- a/index.js +++ b/index.js @@ -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')); diff --git a/package.json b/package.json index 5cd7713..29299cb 100644 --- a/package.json +++ b/package.json @@ -13,3 +13,4 @@ "qrcode": "^1.5.1" } } +