Skip to content

Commit

Permalink
fix: export controller info util for get aop middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
akitaSummer committed Aug 26, 2024
1 parent fd28515 commit 88be9d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/controller-decorator/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ export * from './src/decorator/http/Host';
export * from './src/builder/ControllerMetaBuilderFactory';
export * from './src/util/ControllerMetadataUtil';
export * from './src/util/HTTPPriorityUtil';

export { default as ControllerInfoUtil } from './src/util/ControllerInfoUtil';

0 comments on commit 88be9d1

Please sign in to comment.