Skip to content

Commit 39c0e51

Browse files
committed
Update docs for nestjs-api-gateway: feat: add some helper, remove excludeHeaders
1 parent 02763bc commit 39c0e51

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pages/nestjs-api-gateway/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Import the `ApiGatewayModule` and use the `forRoot` method to configure the API
4747
ApiGatewayModule.forRoot({
4848
apiServices: env.API_SERVICES,
4949
openApiSecurityKeys: ['auth-user-id'],
50+
openApiSecurityApiKeys: ['x-api-key'],
5051
excludeHeaders: ['auth-user-id'],
5152
throttler: {
5253
globalRateLimit: 60,

0 commit comments

Comments
 (0)