Docker Update and Fixes

This commit is contained in:
2026-01-25 17:36:15 +00:00
parent b7b718d4ca
commit 295be1ed8e
21 changed files with 886 additions and 289 deletions

View File

@@ -18,7 +18,7 @@
async function fetchStats() {
try {
const res = await fetch("http://localhost:5000/api/reports/stats");
const res = await fetch("/api/reports/stats");
const data = await res.json();
statsData = data;
} catch (e) {