Fix: lynqchat-jsのリクエストヘッダーにContent-Typeを追加

This commit is contained in:
2026-03-19 15:54:02 +09:00
parent 9e106c14f5
commit 4d7a67c4db
+3
View File
@@ -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,
} }
); );