Skip to content

Commit

Permalink
feat: display router when log app (#2230)
Browse files Browse the repository at this point in the history
  • Loading branch information
monkindey authored and fengmk2 committed Mar 19, 2018
1 parent 5e99fd6 commit 7afc7e2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/egg.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,11 @@ class EggApplication extends EggCore {
abbr(res, this, [
'config',
'controller',
'serviceClasses',
'middlewares',
'httpclient',
'loggers',
'middlewares',
'router',
'serviceClasses',
]);

return res;
Expand Down

0 comments on commit 7afc7e2

Please sign in to comment.