fix
This commit is contained in:
BIN
tts/.DS_Store
vendored
BIN
tts/.DS_Store
vendored
Binary file not shown.
@@ -17,10 +17,10 @@ module.exports= class extends BaseEngine {
|
||||
'Content-Type': 'application/json',
|
||||
'Authorization': authorization
|
||||
},
|
||||
body: {
|
||||
body: JSON.stringify({
|
||||
text: text
|
||||
}
|
||||
})
|
||||
};
|
||||
return fetch(url);
|
||||
return fetch(url,opts);
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user