This commit is contained in:
Thomas Hobson 2021-04-23 14:30:19 +12:00
commit 890d9f024d
No known key found for this signature in database
GPG key ID: 9F1FD9D87950DB6F
4 changed files with 51 additions and 36 deletions

View file

@ -64,7 +64,7 @@ const app = express();
if (!errors.isEmpty()) {
return res
.status(422)
.status(400)
.send({
message: errors.array()
});