mirror of
https://github.com/azures04/crafatar.git
synced 2026-05-06 19:10:38 +02:00
upper case HTTP status messages
This commit is contained in:
@@ -29,7 +29,7 @@ module.exports = function(req, res) {
|
||||
"Content-Type": "text/plain",
|
||||
"Response-Time": new Date() - start
|
||||
});
|
||||
res.end("Invalid size");
|
||||
res.end("Invalid Size");
|
||||
return;
|
||||
} else if (!helpers.uuid_valid(uuid)) {
|
||||
res.writeHead(422, {
|
||||
|
||||
Reference in New Issue
Block a user