We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74db5c0 commit a604d8aCopy full SHA for a604d8a
packages/rest-api-construct/API.md
@@ -50,7 +50,7 @@ export type RestApiConstructProps = {
50
// @public (undocumented)
51
export type RestApiPathConfig = {
52
path: string;
53
- routes: HttpMethod[];
+ methods: HttpMethod[];
54
lambdaEntry: LambdaSource;
55
};
56
0 commit comments