From e3ab727aeaec2dace3eeb3493152052ebc15527c Mon Sep 17 00:00:00 2001 From: Angie Date: Tue, 5 Aug 2025 14:24:40 +0200 Subject: [PATCH] fix: API_BASE_URL updated --- frontend/api.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/api.js b/frontend/api.js index 35fba11..9761399 100644 --- a/frontend/api.js +++ b/frontend/api.js @@ -1,8 +1,8 @@ //API -// const API_BASE_URL = "http://195.209.214.159/api"; +const API_BASE_URL = "http://195.209.214.159/api"; //API local -const API_BASE_URL = "http://localhost:3001/api"; +//const API_BASE_URL = "http://localhost:3001/api"; //SHARED