This commit is contained in:
julien 2025-05-06 12:00:44 +02:00
parent b0b4becf13
commit b3831dd726

View File

@ -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'));