egg-joi-validator
v3.0.0
Published
egg joi validator
Downloads
7
Readme
egg-joi-validator
Install
$ npm i egg-joi-validator --save
Usage
// {app_root}/config/plugin.js
exports.joi = {
enable: true,
package: 'egg-joi-validator',
};
Configuration
// {app_root}/config/config.default.js
exports.joi = {
};
see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.