Skip to content

Commit 0269383

Browse files
committed
fix: export controller info util for get aop middleware
1 parent fd28515 commit 0269383

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/controller-decorator/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ export * from './src/decorator/http/Host';
1212
export * from './src/builder/ControllerMetaBuilderFactory';
1313
export * from './src/util/ControllerMetadataUtil';
1414
export * from './src/util/HTTPPriorityUtil';
15+
16+
export { default as ControllerInfoUtil } from './src/util/ControllerInfoUtil';

0 commit comments

Comments
 (0)