This commit is contained in:
Roslund
2025-03-30 14:26:46 +00:00
parent d594951632
commit ed9ac1f0c5
+1 -1
View File
@@ -10,7 +10,7 @@ async function messagesStatsGraph() {
try {
const response = await fetch('https://map.sthlm-mesh.se/api/v1/messages-per-hour')
const response = await fetch('https://map.sthlm-mesh.se/api/v1/stats/messages-per-hour')
const data = await response.json();
const labels = data.map(entry => entry.hour);