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