mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 12:36:28 +02:00
Merge branch 'v3' of https://github.com/engineer-man/piston into v3
This commit is contained in:
commit
890d9f024d
4 changed files with 51 additions and 36 deletions
|
@ -64,7 +64,7 @@ const app = express();
|
|||
|
||||
if (!errors.isEmpty()) {
|
||||
return res
|
||||
.status(422)
|
||||
.status(400)
|
||||
.send({
|
||||
message: errors.array()
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue