We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd28515 commit 0269383Copy full SHA for 0269383
core/controller-decorator/index.ts
@@ -12,3 +12,5 @@ export * from './src/decorator/http/Host';
12
export * from './src/builder/ControllerMetaBuilderFactory';
13
export * from './src/util/ControllerMetadataUtil';
14
export * from './src/util/HTTPPriorityUtil';
15
+
16
+export { default as ControllerInfoUtil } from './src/util/ControllerInfoUtil';
0 commit comments