Skip to content

Commit

Permalink
Try to fix last error
Browse files Browse the repository at this point in the history
  • Loading branch information
uo288543 committed Mar 10, 2024
1 parent 1fa7855 commit e092d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/pages/Game.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = () => {
Expand Down

0 comments on commit e092d16

Please sign in to comment.