create-categories #79

Open
jacob1123 wants to merge 31 commits from create-categories into master
Showing only changes of commit 2559d2dbdb - Show all commits

View File

@ -15,7 +15,6 @@ export function POST(path: string, body: FormData | string | null) {
method: "POST",
headers: {
...sessionStore.AuthHeaders,
"Content-Type": "application/json"
},
body: body,
});