From 12719eed2a267988e76730c939b99e2fea12379b Mon Sep 17 00:00:00 2001 From: Vyachesalv Date: Wed, 6 Mar 2024 23:53:44 +0300 Subject: [PATCH] feat(feat(core): create services && adapter + tests): --- books-ui/src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/books-ui/src/App.vue b/books-ui/src/App.vue index de9c7cc..f972f25 100644 --- a/books-ui/src/App.vue +++ b/books-ui/src/App.vue @@ -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() },