server-entry.js 90 B

1234
  1. export default (crowi, app) => {
  2. // add routes
  3. require('./lib/routes')(crowi, app);
  4. }