Merge branch 'master' of ssh://git.thecoredev.fr:414/volume2/GitStation/wishlist

This commit is contained in:
2023-11-25 00:17:13 +01:00
3 changed files with 31 additions and 2 deletions

View File

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