Interval zmena na 5 minut

This commit is contained in:
2021-01-15 13:17:24 +01:00
parent 3137697a5f
commit d816445ff6

2
resources/js/app.js vendored
View File

@@ -103,7 +103,7 @@ Vue.use(CardPlugin);
window.setInterval(function(){
console.log("TIMER");
that.getData();
}, 60000);
}, 300000);
},