Skip to content

Commit

Permalink
fix(): missed api-cookie.decorator export
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Katsuba committed May 6, 2020
1 parent c6a6e5a commit c87aaab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/decorators/index.ts
Expand Up @@ -2,6 +2,7 @@ export * from './api-basic.decorator';
export * from './api-bearer.decorator';
export * from './api-body.decorator';
export * from './api-consumes.decorator';
export * from './api-cookie.decorator';
export * from './api-exclude-endpoint.decorator';
export * from './api-extra-models.decorator';
export * from './api-header.decorator';
Expand Down

0 comments on commit c87aaab

Please sign in to comment.