diff --git a/web/src/api.ts b/web/src/api.ts index db77552..83fc203 100644 --- a/web/src/api.ts +++ b/web/src/api.ts @@ -15,7 +15,6 @@ export function POST(path: string, body: FormData | string | null) { method: "POST", headers: { ...sessionStore.AuthHeaders, - "Content-Type": "application/json" }, body: body, });