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