From d9de5fb0983e2f2d524e11078bb9229c3c35897e Mon Sep 17 00:00:00 2001 From: Angie Date: Wed, 6 Aug 2025 19:42:31 +0200 Subject: [PATCH] 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 35fba11..0ad138a 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