Updated Querystrings

This commit is contained in:
TheEmeraldStarr 2020-10-23 03:11:01 +00:00
parent 677aa6634d
commit 9c8e405a7c
2 changed files with 3 additions and 3 deletions

4
app.js
View file

@ -309,8 +309,6 @@
res.send(proxy.sendResponse);
});
app.use('/', express.static('public'));
//Querystrings Here
app.get('/', async (req, res) => {
@ -433,6 +431,8 @@
});
app.use('/', express.static('public'));
app.use(async (req, res, next) => {
if (req.headers['referer']) {