import { Application } from 'egg'; import { initRouter } from 'egg-cool-router'; export default (app: Application) => { initRouter(app); };