From 99fc3451baf8b5210d39eb6f36caf6f18bd065ee Mon Sep 17 00:00:00 2001 From: Angie Date: Fri, 1 Aug 2025 06:40:15 +0200 Subject: [PATCH] update: changed API URL --- frontend/api.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/api.js b/frontend/api.js index 53652fb..375cc69 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