From 374f2666d73cda8280ce12002ca780643673b685 Mon Sep 17 00:00:00 2001 From: Samuel Bustamante Larriet <145044934+uo289689@users.noreply.github.com> Date: Sun, 10 Mar 2024 20:45:51 +0100 Subject: [PATCH] Fix to try to solve deploy problem --- webapp/src/pages/Game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/pages/Game.js b/webapp/src/pages/Game.js index 9a49c90e..9854eba3 100644 --- a/webapp/src/pages/Game.js +++ b/webapp/src/pages/Game.js @@ -9,7 +9,7 @@ import { SessionContext } from '../SessionContext'; import { useContext } from 'react'; // const apiEndpoint = process.env.REACT_APP_API_ENDPOINT || 'http://localhost:8000'; -const apiEndpoint = 'http://gatewayservice-wiq_es04a:8000'; +const apiEndpoint = 'http://gatewayservice:8000'; const Game = () => {