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(){ window.setInterval(function(){
console.log("TIMER"); console.log("TIMER");
that.getData(); that.getData();
}, 60000); }, 300000);
}, },