Skip to content

Commit

Permalink
Update example readme
Browse files Browse the repository at this point in the history
  • Loading branch information
akashdeep000 committed Sep 8, 2024
1 parent 747ad96 commit 5a45544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The `cdk.json` file tells the CDK Toolkit how to execute your app.
method: 'POST',
body: JSON.stringify({
url: "https://pub-951fa3482dca41f6bf9fa25a7953175d.r2.dev/ytaudio.webm",
requestId: "XXXXXXXXXXXXXXXX"
requestId: "XXXXXXXXXXXXXXXX" //optional
}),
headers: {
'Content-Type': 'application/json'
Expand All @@ -41,7 +41,7 @@ The `cdk.json` file tells the CDK Toolkit how to execute your app.
method: 'POST',
body: JSON.stringify({
urls: ["https://pub-951fa3482dca41f6bf9fa25a7953175d.r2.dev/ytaudio.webm", "https://pub-951fa3482dca41f6bf9fa25a7953175d.r2.dev/ytaudio.webm"],
requestId: "XXXXXXXXXXXXXXXX"
requestId: "XXXXXXXXXXXXXXXX" //optional
}),
headers: {
'Content-Type': 'application/json'
Expand Down

0 comments on commit 5a45544

Please sign in to comment.