From bd37bc88d3fd74f577b089ec4a7159dcee8864cd Mon Sep 17 00:00:00 2001 From: Mizanali Panjwani Date: Tue, 2 Mar 2021 15:21:17 +0530 Subject: [PATCH] Bug fix --- client/src/components/Game.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)