diff --git a/lib/decorators/index.ts b/lib/decorators/index.ts index e528ec18c..8ff3808a7 100644 --- a/lib/decorators/index.ts +++ b/lib/decorators/index.ts @@ -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';