???
This commit is contained in:
parent
49753398ca
commit
6f5312002e
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ app.use((req, res) => {
|
||||||
if (req.headers["host"].split(".")[0][0] == "c")
|
if (req.headers["host"].split(".")[0][0] == "c")
|
||||||
serverHandler(req, res);
|
serverHandler(req, res);
|
||||||
else
|
else
|
||||||
res.status(400).send("400 | Bad Request!<br>Binato only accepts post requests on Bancho subdomains.<hr>Binato");
|
res.status(400).send("400 | Bad Request!<br>Binato only accepts POST requests on Bancho subdomains.<hr>Binato");
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue