On remet l'ancien port, pour voir si cela démarre sur le NAS

This commit is contained in:
2023-11-25 00:49:52 +01:00
parent c2a6f9fb09
commit 7e36bd4971

4
app.js
View File

@@ -126,6 +126,6 @@ app.post("/confirm-reservation", (req, res) => {
}); });
app.listen(5008, ()=> { app.listen(5006, ()=> {
console.log("server started on port 5008") console.log("server started on port 5006")
}); });