const path = require('path')
module.exports = (plugin, app) => {
app.express.use(require('./route.js')(plugin, app))
}