This commit is contained in:
j3d1 2024-02-03 00:49:15 +01:00
parent c40a64c8d4
commit f4fa818a97

View file

@ -47,7 +47,7 @@ const http = {
method: 'POST',
headers: {
"Content-Type": "application/json",
"Authorization": `Token ${data.token}`,
"Authorization": `Token ${token}`,
},
body: JSON.stringify(data),
});