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