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 = () => {