5 lines
93 B
JavaScript
5 lines
93 B
JavaScript
module.exports = {
|
|
path : "app/*/model/*.js",
|
|
prefix : "auto",//接口前缀
|
|
}
|