mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-05 03:52:59 +00:00
Update API endpoints.
This commit is contained in:
@@ -110,8 +110,8 @@ export default {
|
||||
|
||||
let query =
|
||||
{
|
||||
where: {source_account_id: this.accountId},
|
||||
update: {destination_account_id: this.moveToAccount}
|
||||
where: {account_id: this.accountId},
|
||||
update: {account_id: this.moveToAccount}
|
||||
};
|
||||
|
||||
axios.post('./api/v1/data/bulk/transactions', {query: JSON.stringify(query)}).then(response => {
|
||||
|
Reference in New Issue
Block a user