diff --git a/client/src/components/Game.js b/client/src/components/Game.js index f6dbe0c..1763bd3 100644 --- a/client/src/components/Game.js +++ b/client/src/components/Game.js @@ -21,8 +21,8 @@ import gameOverSound from '../assets/sounds/game-over-sound.mp3' //DRAW 4 WILD - 600 let socket -const ENDPOINT = 'http://localhost:5000' -// const ENDPOINT = 'http://192.168.0.103:5000/' +// const ENDPOINT = 'http://localhost:5000' +const ENDPOINT = 'https://uno-online-multiplayer.herokuapp.com/' const Game = (props) => { const data = queryString.parse(props.location.search)