router.js 137 B

12345678
  1. 'use strict';
  2. /**
  3. * @param {Egg.Application} app - egg application
  4. */
  5. module.exports = app => {
  6. require('./router/system')(app);
  7. };