Merge pull request #3023 from bal-spec/patch-2 Update azure.js

ebd6377d5d22120893da1137175bc91de89e3d24

Cohee <18619528+Cohee1207@users.noreply.github.com>

Signed
1 files changed, +1 -1Ignore whitespace
src/endpoints/azure.js+1 -1
@@ -69,7 +69,7 @@ router.post('/generate', jsonParser, async (req, res) => {
6969 headers: {
7070 'Ocp-Apim-Subscription-Key': key,
7171 'Content-Type': 'application/ssml+xml',
7272 'X-Microsoft-OutputFormat': 'oggwebm-48khz24khz-16bit-mono-opus',
7373 },
7474 body: ssml,
7575 });