fix
This commit is contained in:
BIN
modules/.DS_Store
vendored
BIN
modules/.DS_Store
vendored
Binary file not shown.
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',
|
'Content-Type': 'application/json',
|
||||||
'Authorization': authorization
|
'Authorization': authorization
|
||||||
},
|
},
|
||||||
body: {
|
body: JSON.stringify({
|
||||||
text: text
|
text: text
|
||||||
}
|
})
|
||||||
};
|
};
|
||||||
return fetch(url);
|
return fetch(url,opts);
|
||||||
}
|
}
|
||||||
};
|
};
|
Reference in New Issue
Block a user