Joi Validation Conflict with Multiple HTTP Methods on Same Express Route
i am trying to implement a Rest API but Joi validation conflicts if i create separate routers for different http methods for the same route, like below.
i am trying to implement a Rest API but Joi validation conflicts if i create separate routers for different http methods for the same route, like below.