From b3831dd726ae80b439027ab056e8c1c65f04af9f Mon Sep 17 00:00:00 2001 From: julien Date: Tue, 6 May 2025 12:00:44 +0200 Subject: [PATCH] hh --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index d6476f6..e248cb1 100644 --- a/index.js +++ b/index.js @@ -68,4 +68,4 @@ app.post('/sendButtons', async (req, res) => { } }); -app.listen(3000, () => console.log('🚀 Serveur démarré sur http://localhost:3000/login')); +app.listen(3001, () => console.log('🚀 Serveur démarré sur http://localhost:3000/login'));