forked from FoundKeyGang/FoundKey
client: remove wrong content type header
This commit is contained in:
parent
f3c38ad5c8
commit
b1bb5b28c5
1 changed files with 0 additions and 1 deletions
|
@ -71,7 +71,6 @@ const ok = async () => {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
body: formData,
|
body: formData,
|
||||||
headers: {
|
headers: {
|
||||||
'content-type': 'multipart/form-data',
|
|
||||||
authorization: `Bearer ${$i.token}`,
|
authorization: `Bearer ${$i.token}`,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue