server-entry.js 96 B

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