stash
This commit is contained in:
parent
c40a64c8d4
commit
f4fa818a97
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ const http = {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
headers: {
|
headers: {
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
"Authorization": `Token ${data.token}`,
|
"Authorization": `Token ${token}`,
|
||||||
},
|
},
|
||||||
body: JSON.stringify(data),
|
body: JSON.stringify(data),
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue