Open dewinterjack opened 6 years ago
Only app.js needs to require things. Everything else can be called from here and given the parameters of their dependencies.
They can module.exports = function(app, mongoose){}
Only app.js needs to require things. Everything else can be called from here and given the parameters of their dependencies.
They can module.exports = function(app, mongoose){}