This commit is contained in:
James Cole
2021-04-13 19:01:43 +02:00
parent 2f9724e7ca
commit 99f08da4df
3 changed files with 25 additions and 9 deletions

View File

@@ -123,7 +123,7 @@ export default {
initialiseList: function () {
this.loading = true;
this.accounts = [];
axios.get('./api/v1/preferences/frontpageAccounts')
axios.get('./api/v1/preferences/frontPageAccounts')
.then(response => {
this.loadAccounts(response);
}