dwyl / abase

:house: A (solid) Base for your Web Application.
9 stars 0 forks source link

Integration: Joi validation #57

Closed eliasmalik closed 7 years ago

eliasmalik commented 7 years ago

Integration of the Joi validation (see #48) into the integration branch.

The job here is to add validation objects to the route definitions. From a quick look, it seems as though the Joi objects should be attached here. I don't know however, if we have enough information in the pages object to construct the Joi object, so this might have to be moved around?

@SimonLab comments welcome.

eliasmalik commented 7 years ago

done in #64