From e092d16430b5b19f1c188c1380583b788c4f6ace Mon Sep 17 00:00:00 2001 From: uo288543 Date: Sun, 10 Mar 2024 19:44:45 +0100 Subject: [PATCH] Try to fix last error --- 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 9854eba3..9a49c90e 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:8000'; +const apiEndpoint = 'http://gatewayservice-wiq_es04a:8000'; const Game = () => {