Skip to content

Commit 45e68ce

Browse files
committed
Update docs for nestjs-api-gateway: feat: add mcp server
1 parent e79911d commit 45e68ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/nestjs-api-gateway/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ 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: {
52+
scalarOptions: {
5353
showExtensions: false,
5454
},
5555
throttler: {

0 commit comments

Comments
 (0)