mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-08-06 08:53:20 +02:00
show all nodes in db
This commit is contained in:
@@ -416,7 +416,7 @@ document.addEventListener("DOMContentLoaded", async function() {
|
||||
try {
|
||||
setStatus("Loading nodes…");
|
||||
await nextFrame();
|
||||
const res = await fetch("/api/nodes?days_active=3");
|
||||
const res = await fetch("/api/nodes");
|
||||
if (!res.ok) throw new Error("Failed to fetch nodes");
|
||||
|
||||
const data = await res.json();
|
||||
|
||||
Reference in New Issue
Block a user