index.js 112 B

1234
  1. module.exports = (crowi, app) => {
  2. // add routes
  3. app.use('/_api/plugin', require('./refs')(crowi, app));
  4. };