Optimize available budgets.

This commit is contained in:
James Cole
2025-08-06 20:23:58 +02:00
parent 70071767ab
commit 0e8f608e00
4 changed files with 103 additions and 83 deletions

View File

@@ -26,6 +26,14 @@
'X-CSRF-Token': $('meta[name="csrf-token"]').attr('content'),
},
});
$.ajax({
url: 'api/v1/available-budgets?size=50&date=2025-08-06',
type: 'GET',
headers: {
'Content-Type': 'application/json',
'X-CSRF-Token': $('meta[name="csrf-token"]').attr('content'),
},
});
});
</script>