Inline Request validation #28
Alexigbokwe
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Guys, in ExpressWebJs V3 (the typescript version) which is still under developement, we've changed req.validate.make() method to req.validate() method.
req.validation.make(req.body,{ id: "required, email : "required|email })
to
req.validate(req.body,{ id: "required, email : "required|email })
Beta Was this translation helpful? Give feedback.
All reactions