capitalise the "B" in Bancho
This commit is contained in:
parent
eadc73b696
commit
aef1f68cc8
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