Fix: lynqchat-jsのリクエストヘッダーにContent-Typeを追加
This commit is contained in:
@@ -57,6 +57,9 @@ export default class LynqChat<
|
|||||||
{
|
{
|
||||||
method: "POST",
|
method: "POST",
|
||||||
cache: "no-store",
|
cache: "no-store",
|
||||||
|
headers: {
|
||||||
|
"Content-Type": "application/json",
|
||||||
|
},
|
||||||
body,
|
body,
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user