Update API token header and remove deprecated files

This commit is contained in:
JSC
2025-09-27 21:16:28 +02:00
parent 95e874e0bb
commit fbf398a227
3 changed files with 1 additions and 29 deletions

View File

@@ -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
}
});