Lots of new code and first submission thing.

This commit is contained in:
James Cole
2019-05-08 19:57:07 +02:00
parent 4c8f26f25e
commit 43a17d8676
10 changed files with 309 additions and 248 deletions

View File

@@ -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'));
},
}