From ab7b8e79557d57814b117f40583d4d9af6851677 Mon Sep 17 00:00:00 2001 From: "andrea.terzani" Date: Wed, 16 Oct 2024 15:06:15 +0200 Subject: [PATCH] fe url --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index ac98284..b6b43d8 100644 --- a/src/main.js +++ b/src/main.js @@ -47,7 +47,7 @@ var auth = createAuth({ } }); -axios.defaults.baseURL = 'http://localhost:8081' //import.meta.env.VITE_BACKEND_URL;//'http://localhost:8081'// +axios.defaults.baseURL = import.meta.env.VITE_BACKEND_URL;//'http://localhost:8081'// const app = createApp(App);