create-categories #79
@ -15,7 +15,6 @@ export function POST(path: string, body: FormData | string | null) {
|
||||
method: "POST",
|
||||
headers: {
|
||||
...sessionStore.AuthHeaders,
|
||||
"Content-Type": "application/json"
|
||||
},
|
||||
body: body,
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user