6 lines
148 B
CoffeeScript
6 lines
148 B
CoffeeScript
module.exports.middleware = (req, res, next) ->
|
|
return next()
|
|
|
|
module.exports.app= (appExports, model) ->
|
|
|
|
module.exports.routes = (expressApp) -> |