updated readme

This commit is contained in:
Brian Seymour 2021-04-22 21:30:01 -05:00
parent 09983a5fa5
commit 04990566a1
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()
});