Push avant modif DIV INFO

This commit is contained in:
MasterAcnolo
2025-06-28 17:56:36 +02:00
parent f7abca90cb
commit 8b4b3c84e0
13 changed files with 249 additions and 28 deletions

View File

@@ -23,5 +23,5 @@ app.use("/info", infoRoute); // on associe le contenu de infos.js à /info
app.listen(8080, () => {
console.log("🟢 Serveur prêt sur http://localhost:8080");
console.log("🟢 Serveur prêt sur http://localhost:8080 \n Bonjour!");
});