Skip to content

Commit

Permalink
Update packages/@aws-cdk/aws-apigatewayv2/lib/websocket/route.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Niranjan Jayakar <nija@amazon.com>
  • Loading branch information
alpacamybags118 and Niranjan Jayakar committed Nov 9, 2021
1 parent 872f428 commit 3d1ddee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-apigatewayv2/lib/websocket/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export interface WebSocketRouteProps extends WebSocketRouteOptions {

/**
* Whether the route requires an API Key to be provided
* @default - false
* @default false
*/
readonly apiKeyRequired?: boolean;
}
Expand Down

0 comments on commit 3d1ddee

Please sign in to comment.