Skip to content

Commit

Permalink
Update Game.js
Browse files Browse the repository at this point in the history
  • Loading branch information
uo289689 authored Mar 9, 2024
1 parent af50e15 commit 3e81f37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webapp/src/pages/Game.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = () => {
Expand Down

0 comments on commit 3e81f37

Please sign in to comment.