Fixed a path

This commit is contained in:
QuiteAFancyEmerald 2020-11-04 20:48:13 +00:00
parent c15cf06ab5
commit 17d4b36639

2
app.js
View file

@ -485,7 +485,7 @@ app.get('/', async (req, res) => {
switch (req.url == '/?k') {
case '/?k':
return res.send(fs.readFileSync(path.join(__dirname, 'public', 'bppages', 'frames', 'krunker.html'), 'utf8'));
return res.send(fs.readFileSync(path.join(__dirname, 'public', 'pages', 'frames', 'krunker.html'), 'utf8'));
}
switch (req.url) {