Skip to content

Commit 5d966ec

Browse files
author
Chase Coalwell
committed
fix: request path
1 parent 57c2c29 commit 5d966ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/node/client-rds-data-node/protocol/AwsRestJson1_1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export function executeStatementAwsRestJson1_1Serialize(
5151

5252
return new HttpRequest({
5353
body: JSON.stringify(body),
54-
path: "/execute",
54+
path: "/Execute",
5555
method: "POST",
5656
protocol: "https:",
5757
headers: {

0 commit comments

Comments
 (0)