last one request with auth
This commit is contained in:
@@ -486,7 +486,7 @@
|
||||
method: 'POST',
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
'Authorization': `Bearer ${localStorage.getItem('apiKey') || ''}`
|
||||
'X-API-Key': `${localStorage.getItem('apiKey') || ''}`
|
||||
},
|
||||
body: JSON.stringify({ query })
|
||||
});
|
||||
|
Reference in New Issue
Block a user