mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-18 09:11:20 +00:00
Lots of new code and first submission thing.
This commit is contained in:
@@ -34,7 +34,8 @@
|
||||
const url = document.getElementsByTagName('base')[0].href + 'api/v1/preferences/transaction_journal_optional_fields';
|
||||
|
||||
axios.get(url).then(response => {
|
||||
console.log(response.data.data.attributes);
|
||||
// TODO here we are.
|
||||
//console.log(response.data.data.attributes);
|
||||
}).catch(() => console.warn('Oh. Something went wrong'));
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user