Skip to content

Commit

Permalink
last one and verified it works
Browse files Browse the repository at this point in the history
  • Loading branch information
soichisumi committed Jan 25, 2025
1 parent 49a632a commit e190593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightrag/api/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ <h3 class="text-lg font-semibold text-slate-900 mb-4">System Health</h3>
method: 'POST',
headers: {
'Content-Type': 'application/json',
'Authorization': `Bearer ${localStorage.getItem('apiKey') || ''}`
'X-API-Key': `${localStorage.getItem('apiKey') || ''}`
},
body: JSON.stringify({ query })
});
Expand Down

0 comments on commit e190593

Please sign in to comment.