Compare commits

..

2 Commits

2
app.js Normal file
View File

@@ -0,0 +1,2 @@
const orders = [];
setInterval(() => fetch('/api/orders').then(r => r.json()), 2000);