diff --git a/lightrag/api/static/index.html b/lightrag/api/static/index.html index 36690ec9..0400aa5f 100644 --- a/lightrag/api/static/index.html +++ b/lightrag/api/static/index.html @@ -614,7 +614,7 @@ try { const response = await fetch('/health', { headers: { - 'Authorization': `Bearer ${localStorage.getItem('apiKey')}` + 'X-API-Key': `${localStorage.getItem('apiKey')}` } });