Update API token header and remove deprecated files
This commit is contained in:
@@ -82,7 +82,7 @@ document.addEventListener('DOMContentLoaded', async () => {
|
||||
const authResponse = await fetch(`${apiBaseUrl}/api/v1/extractions/`, {
|
||||
method: 'GET',
|
||||
headers: {
|
||||
'Authorization': `Bearer ${apiToken}`
|
||||
'API-TOKEN': apiToken
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user