Closed BebeSparkelSparkel closed 6 years ago
celebrate seems to only send back one validation error at a time even if there are multiple validation errors. Is it possible to have it validate all errors and then send back all of them?
You probably want to set the joi option abortEarly to false. You can do that here.
abortEarly
celebrate seems to only send back one validation error at a time even if there are multiple validation errors. Is it possible to have it validate all errors and then send back all of them?