fix
parent
110b78c762
commit
e779c76a6e
Binary file not shown.
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);
|
||||
}
|
||||
};
|
Loading…
Reference in New Issue