capitalise the "B" in Bancho

This commit is contained in:
Holly Stubbs 2022-02-22 10:23:25 +00:00
parent eadc73b696
commit aef1f68cc8
Signed by: tgpholly
GPG key ID: B8583C4B7D18119E

View file

@ -66,7 +66,7 @@ app.use((req, res) => {
if (req.headers["host"].split(".")[0][0] == "c")
serverHandler(req, res);
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;
default: