Closed KoustavFrost closed 2 years ago
Since create listing api uses form data hence celebrate joi does not work properly. So need to find a away around. Try adding the joi validation after the multer middleware. Check if that helps.
Added the common validator and validator for the form data values.
Since create listing api uses form data hence celebrate joi does not work properly. So need to find a away around. Try adding the joi validation after the multer middleware. Check if that helps.