add API code for /api/packets

This commit is contained in:
Pablo Revilla
2025-08-06 15:18:49 -07:00
parent 781ae14fd7
commit cb7df2c35a
+1 -1
View File
@@ -103,7 +103,7 @@ document.addEventListener("DOMContentLoaded", () => {
// Start fetching updates
fetchUpdates();
setInterval(fetchUpdates, 3000);
setInterval(fetchUpdates, 1000);
});
</script>