middlewares/bodyValidation

Middleware for validating request body using Yup schema.
Source:
Parameters:
Name Type Description
yupValidator Object The Yup validator object.
Returns:
Type:
function
- Express middleware function.