mirror of
https://github.com/SirBlobby/Hoya26.git
synced 2026-02-04 03:34:34 -05:00
Docker Update and Fixes
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user