Content-Typeを削除 / ApiMapの不完全な部分を補完

This commit is contained in:
2026-01-22 19:38:41 +09:00
parent 895b693f81
commit e4338c80e7
2 changed files with 29 additions and 4 deletions
-3
View File
@@ -88,9 +88,6 @@ export default class uwuzu<
endpoint as string,
{
method: "POST",
headers: {
"Content-Type": "application/json",
},
cache: "no-store",
body: bodyParsed,
}