Adding live-map and static pages for the apis

This commit is contained in:
Pablo Revilla
2025-08-25 14:57:10 -07:00
parent 941de1c2fb
commit e7963683f1
+1 -1
View File
@@ -166,7 +166,7 @@
} catch(err){ console.error(err); }
}
loadNodes().then(()=>{ setInterval(pollPackets,1000); });
loadNodes().then(()=>{ setInterval(pollPackets,2000); });
</script>
</body>
</html>