Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -98,7 +98,7 @@ async function handleEvent(event) { | ... | @@ -98,7 +98,7 @@ async function handleEvent(event) { |
98 | language: 'en' | 98 | language: 'en' |
99 | }, | 99 | }, |
100 | headers: { | 100 | headers: { |
101 | - 'Content-Type': 'application/octet-stream', | 101 | + 'Content-Type': 'application/json', |
102 | 'Ocp-Apim-Subscription-Key': '979dc5d63344438fa4701c62feebb7dc' | 102 | 'Ocp-Apim-Subscription-Key': '979dc5d63344438fa4701c62feebb7dc' |
103 | }, | 103 | }, |
104 | body: chunk | 104 | body: chunk | ... | ... |
-
Please register or login to post a comment