Skip to content

Commit

Permalink
feat(feat(core): create services && adapter + tests):
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuglov committed Mar 6, 2024
1 parent 4c1a0b0 commit 12719ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion books-ui/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default {
}
},
mounted() {
const url = import.meta.env.VITE_API_ADDR
// const url = import.meta.env.VITE_API_ADDR
this.fetchBooks()
this.initScreenSizeRecalc()
},
Expand Down

0 comments on commit 12719ee

Please sign in to comment.