Set main entry to /tltmap
This commit is contained in:
2
main.js
2
main.js
@ -20,7 +20,7 @@ let requestedTak = "Unfetched";
|
|||||||
|
|
||||||
console.log("Server initalize!");
|
console.log("Server initalize!");
|
||||||
|
|
||||||
app.get('/', (req, res) => {
|
app.get('/tltmap', (req, res) => {
|
||||||
console.log("Init root /");
|
console.log("Init root /");
|
||||||
//index.html
|
//index.html
|
||||||
res.sendFile(__dirname + '/client/index.html');
|
res.sendFile(__dirname + '/client/index.html');
|
||||||
|
Reference in New Issue
Block a user