Skip to content

Commit 49c7e21

Browse files
committed
chore: add circuit breaker decorator to index.ts
1 parent 8e424e9 commit 49c7e21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/decorators/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ export * from './request-form.decorator';
77
export * from './request-header.decorator';
88
export * from './request-param.decorator';
99
export * from './response-body.decorator';
10+
export * from './circuit-breaker.decorator';
1011
export * from './constants';
1112
export * from './utils';

0 commit comments

Comments
 (0)