nodejs-rest-api-boilerplate
nodejs-rest-api-boilerplate copied to clipboard
Can't add post (400)
Hi !
Great work !
When I try add post after login get always error 400
at debug http://localhost:3000/addpost
req.body is always empty and as result get error Error: Post validation failed: content: Path content
is required., title: Path title
is required.
Thank you, I'll look into that