Minor Edit

This commit is contained in:
QuiteAFancyEmerald 2021-02-02 18:49:11 +00:00
parent b0fbfe20c0
commit 0bcd3ece6d

7
app.js
View file

@ -14,12 +14,7 @@ app.use(localprox.app);
//Cloudflare Attack Mode Fix
app.post('/', async(req, res) => {
switch (req.url) {
case '/':
return res.send(fs.readFileSync(path.join(__dirname, 'views', 'index.html'), 'utf8'));
}
});
app.post('/', async(req, res) => res.send(fs.readFileSync(path.join(__dirname, 'views', 'index.html'), 'utf8')));
//Querystring Navigation