diff --git a/webapp/src/pages/Game.js b/webapp/src/pages/Game.js index 7bf9b301..52294417 100644 --- a/webapp/src/pages/Game.js +++ b/webapp/src/pages/Game.js @@ -8,7 +8,6 @@ import { useNavigate } from 'react-router-dom'; import { SessionContext } from '../SessionContext'; import { useContext } from 'react'; -//const apiEndpoint = process.env.REACT_APP_API_ENDPOINT || 'http://localhost:8010'; const apiEndpoint = 'http://gatewayservice:8000'; const Game = () => {