From 714636efbab73a5bd480b202adf29a95289feda9 Mon Sep 17 00:00:00 2001 From: Julian PEREZ-RAMIREZ <julian.perez-ramirez@imt-atlantique.net> Date: Wed, 26 Mar 2025 07:51:17 +0100 Subject: [PATCH] changing ROOT_ROOT to 34.70.36.158 --- server/web_app/public/js/insights.js | 2 +- server/web_app/public/js/login.js | 2 +- server/web_app/public/js/users.js | 2 +- server/web_app/public/js/wishlist.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/server/web_app/public/js/insights.js b/server/web_app/public/js/insights.js index 2c3cfab..b9f77c8 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 2739a13..76577f4 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 b06d70b..9f06931 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 53b971b..cd3965d 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 -- GitLab