From d99d89c135abf7507814f660fff1afcd7439dfe0 Mon Sep 17 00:00:00 2001 From: "andrea.terzani" Date: Fri, 27 Sep 2024 10:48:03 +0200 Subject: [PATCH] ddd --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index 2f63999..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; +axios.defaults.baseURL = import.meta.env.VITE_BACKEND_URL;//'http://localhost:8081'// const app = createApp(App);