This commit is contained in:
Holly Stubbs 2022-05-10 12:34:22 +01:00
parent 49753398ca
commit 6f5312002e
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: