Skip to content

Commit a604d8a

Browse files
roryhackneybennettsf
authored andcommitted
api update
1 parent 74db5c0 commit a604d8a

File tree

1 file changed

+1
-1
lines changed
  • packages/rest-api-construct

1 file changed

+1
-1
lines changed

packages/rest-api-construct/API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export type RestApiConstructProps = {
5050
// @public (undocumented)
5151
export type RestApiPathConfig = {
5252
path: string;
53-
routes: HttpMethod[];
53+
methods: HttpMethod[];
5454
lambdaEntry: LambdaSource;
5555
};
5656

0 commit comments

Comments
 (0)