From 11a6105f81b40ff8da49782e180f5dee67abbea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=A4KayJayDee?= Date: Tue, 26 Oct 2021 20:56:22 +0200 Subject: [PATCH] New console log --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index e9e58d8..cbb977e 100644 --- a/index.js +++ b/index.js @@ -6,7 +6,7 @@ app.use(express.static(`assets`)); app.listen(port, `127.0.0.1`); -console.log(`Portfolioen ligne sur le port : ` + port); +console.log(`Portfolio online on port : ` + port); app.get('/', (req, res) => { res.sendFile(__dirname + `/index.html`);