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'); });