mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
typo
This commit is contained in:
parent
dd9574c19b
commit
6baf03aa80
@ -40,7 +40,7 @@ router.get('/:uuid/:size?', function(req, res) {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
res.status(422) // "Unprocessable Entity", valid request, but semantically erroneous: https://tools.ietf.org/html/rfc4918#page-78
|
res.status(422) // "Unprocessable Entity", valid request, but semantically erroneous: https://tools.ietf.org/html/rfc4918#page-78
|
||||||
.send("422 Invlid UUID");
|
.send("422 Invalid UUID");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user