Skip to content

Commit

Permalink
feat: 导出 egg 的 Service 和 Boot 类,以供用户继承
Browse files Browse the repository at this point in the history
  • Loading branch information
Lellansin committed Jul 15, 2019
1 parent 0315ec7 commit 6180040
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/midway-web/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ export {
Request,
Response,
Router,
Service,
Boot
} from 'egg';
export {
LoggerLevel as EggLoggerLevel,
Expand Down

0 comments on commit 6180040

Please sign in to comment.