From 40fcbfc281b5be6ca8f1f39d234b24a4ae612d56 Mon Sep 17 00:00:00 2001 From: "andrea.terzani" Date: Wed, 16 Apr 2025 19:40:13 +0200 Subject: [PATCH] reestore --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index cd7f497..367d3dd 100644 --- a/src/main.js +++ b/src/main.js @@ -57,7 +57,7 @@ var auth = createAuth({ } }); -axios.defaults.baseURL = 'http://localhost:8899'/// +axios.defaults.baseURL = import.meta.env.VITE_BACKEND_URL;//'http://localhost:8081'/// //axios.defaults.baseURL ='http://localhost:8081';