mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-12 19:40:02 -04:00
Fixed a path
This commit is contained in:
parent
c15cf06ab5
commit
17d4b36639
1 changed files with 1 additions and 1 deletions
2
app.js
2
app.js
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue