mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Refer to correct bill route
This commit is contained in:
parent
20690b4d5b
commit
3a5d3016c7
@ -121,7 +121,7 @@
|
||||
formatAmount: Vue.filter('formatAmount'),
|
||||
trans: Vue.filter('trans'),
|
||||
fetchBillList() {
|
||||
axios.get('api/v1/bills', {params: {start: window.sessionStart, end: window.sessionEnd}}).then((res) => {
|
||||
axios.get('api/v1/bill', {params: {start: window.sessionStart, end: window.sessionEnd}}).then((res) => {
|
||||
this.list = res.data.data;
|
||||
});
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user