diff --git a/frontend/api.js b/frontend/api.js index 36d8f4a..a1da71e 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