Skip to content

Commit c604afe

Browse files
committed
Update docs for nestjs-api-gateway: Merge pull request #21 from hodfords-solutions/feat/support-oidc-additional-http-method
chore: upgrade api-gateway-lib version
1 parent 9360ebb commit c604afe

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pages/nestjs-api-gateway/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ Import the `ApiGatewayModule` and use the `forRoot` method to configure the API
4949
openApiSecurityKeys: ['auth-user-id'],
5050
openApiSecurityApiKeys: ['x-api-key'],
5151
excludeHeaders: ['auth-user-id'],
52+
swaggerOptions: {
53+
showExtensions: false,
54+
},
5255
throttler: {
5356
globalRateLimit: 60,
5457
isEnable: true,

0 commit comments

Comments
 (0)