From 73ae6236b1c1636a755526e57ca484a7a392041a Mon Sep 17 00:00:00 2001 From: eetnaviation Date: Sat, 16 Mar 2024 12:43:58 +0200 Subject: [PATCH] Fixed init msg --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index d29d6f4..f4a2c35 100644 --- a/main.js +++ b/main.js @@ -21,7 +21,7 @@ let requestedTak = "Unfetched"; console.log("Server initalize!"); app.get('/tltmap', (req, res) => { - console.log("Init root /"); + console.log("Init /tltmap"); //index.html res.sendFile(__dirname + '/client/index.html'); });