revert: Revert port change to 8000

This commit is contained in:
2025-10-31 10:12:39 +01:00
parent 9498c2dcc2
commit e03d50ed5b
3 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@
<script>
function fetchStats() {
fetch('http://localhost:8080/stats')
fetch('http://localhost:8000/stats')
.then(response => response.json())
.then(data => {
document.getElementById('cpu-usage').textContent = `${data.cpu_percent}%`;