KoustavFrost / bookmeet-api

Bookmeet api using node ts
MIT License
0 stars 0 forks source link

Add custom validation for create listing #1

Closed KoustavFrost closed 2 years ago

KoustavFrost commented 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.

KoustavFrost commented 2 years ago

Added the common validator and validator for the form data values.