diff --git a/server/web_app/public/js/insights.js b/server/web_app/public/js/insights.js
index 2c3cfabfe69c2d22ddbfe72ffe2866ee8cdf15e1..b9f77c81ee5edc6832978aa04ac360f6dcca6c76 100644
--- a/server/web_app/public/js/insights.js
+++ b/server/web_app/public/js/insights.js
@@ -1,4 +1,4 @@
-const ROUTE = 'http://localhost';
+const ROUTE = 'http://34.70.36.158';
 const PORT = '8080';
 
 // State management
diff --git a/server/web_app/public/js/login.js b/server/web_app/public/js/login.js
index 2739a137af27ff6ae936cebdca6917a73908a096..76577f4ffdab7645292d2cca7c8c8b684df2e15a 100644
--- a/server/web_app/public/js/login.js
+++ b/server/web_app/public/js/login.js
@@ -1,4 +1,4 @@
-ROUTE='http://localhost';
+ROUTE='http://34.70.36.158';
 PORT='8080';
 
 const loginForm = document.getElementById('login-form');
diff --git a/server/web_app/public/js/users.js b/server/web_app/public/js/users.js
index b06d70b4877f5a1e81ef5c7b6e5374e15da4e5a0..9f069318a86ba29e5cc1acc8f169304f5fbdf29a 100644
--- a/server/web_app/public/js/users.js
+++ b/server/web_app/public/js/users.js
@@ -1,4 +1,4 @@
-const ROUTE = 'http://34.28.79.61';
+const ROUTE = 'http://34.70.36.158';
 const PORT = '8080';
 let currentAction = null;
 let currentUserId = null;
diff --git a/server/web_app/public/js/wishlist.js b/server/web_app/public/js/wishlist.js
index 53b971bb586d8278b1d3fb08244dc7ce4d851d24..cd3965dad5ab38be0b588663ef73b79f48dab2de 100644
--- a/server/web_app/public/js/wishlist.js
+++ b/server/web_app/public/js/wishlist.js
@@ -1,4 +1,4 @@
-const ROUTE = 'http://localhost';
+const ROUTE = 'http://34.70.36.158';
 const PORT = '8080';
 
 // Obtener el parĂ¡metro `userId` de la URL