From c3360bfbbabdb8339f7928b605bf3b72ca92fb45 Mon Sep 17 00:00:00 2001 From: Mizanali Panjwani Date: Wed, 3 Mar 2021 04:02:12 +0530 Subject: [PATCH] Changed socket.io endpoint to deployed server --- 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 52994da..c949999 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 = 'https://uno-online-multiplayer.herokuapp.com/' +// const ENDPOINT = 'http://localhost:5000' +const ENDPOINT = 'https://uno-online-multiplayer.herokuapp.com/' const Game = (props) => { const data = queryString.parse(props.location.search)