egg-router-annotations
v1.0.9
Published
egg router annotations at controller
Downloads
5
Maintainers
Readme
egg-router-annotations
Install
$ npm i egg-router-annotations --save
Usage
// {app_root}/config/plugin.js
exports.routerAnnotations = {
enable: true,
package: 'egg-router-annotations',
};
Configuration
// {app_root}/config/config.default.js
exports.routerAnnotations = {
};
see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.