From f2f68c0ede4a3d4c16549978f8e387ab63c5769b Mon Sep 17 00:00:00 2001 From: AnzhelaK Date: Wed, 30 Jul 2025 23:59:13 +0000 Subject: [PATCH] Update frontend/api.js update API URL --- frontend/api.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/api.js b/frontend/api.js index 7c9c5b8..6335152 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