Skip to content

Commit

Permalink
Merge pull request #1531 from aeternity/feature/fix-apps-path
Browse files Browse the repository at this point in the history
fix: path to apps registry
  • Loading branch information
davidyuk authored Jan 15, 2024
2 parents 63bb1d2 + 7fc61b3 commit 4d3284b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pages/desktop/Apps.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ export default {
},
}),
async mounted() {
this.aeternityAppsPaths = await fetchJson(
new URL('/apps.json', process.env.VUE_APP_HOME_PAGE_URL),
);
this.aeternityAppsPaths = await fetchJson(`${process.env.VUE_APP_HOME_PAGE_URL}/apps.json`);
},
};
</script>
Expand Down

0 comments on commit 4d3284b

Please sign in to comment.