Loading subdirs
Closed this issue · 0 comments
fengmk2 commented
app/controllers/subdir/haha/foo.js
=>app.controllers.subdir.haha.foo
- glob
*/*.js
- remove extra
- remove
exports.init(app)
andmodule.exports = function (app)
Closed this issue · 0 comments
app/controllers/subdir/haha/foo.js
=> app.controllers.subdir.haha.foo
*/*.js
exports.init(app)
and module.exports = function (app)