It seems pretty straight forward to validate user\'s input in Node.js RESTapi with Joi.
Joi
But the problem is that my app is not written in English. That m
Just call "message()" function :
firstName: Joi.string().message("Your custom message")