Adding live-map and static pages for the apis

This commit is contained in:
Pablo Revilla
2025-08-25 17:08:49 -07:00
parent 75eb392182
commit ad93483cd0

View File

@@ -190,7 +190,7 @@
} catch(err){ console.error(err); }
}
loadNodes().then(()=>{ setInterval(pollPackets,2000); });
loadNodes().then(()=>{ setInterval(pollPackets,1000); });
</script>
</body>
</html>