Fixed init msg

This commit is contained in:
eetnaviation
2024-03-16 12:43:58 +02:00
parent a39b018bb0
commit 73ae6236b1

View File

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