fix leakage
This commit is contained in:
parent
9c640be545
commit
a3aeb3c2ef
|
|
@ -19,7 +19,7 @@ const validateQueryParam = (req, res, next) => {
|
||||||
if (req.query.hasOwnProperty(myQueryParam)) {
|
if (req.query.hasOwnProperty(myQueryParam)) {
|
||||||
next();
|
next();
|
||||||
} else {
|
} else {
|
||||||
res.status(400).send(`The ${myQueryParam} query parameter is missing`);
|
res.status(400).send(`This is just a normal site, nothing is located here...`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue