This commit is contained in:
Mizanali Panjwani 2021-03-02 15:21:17 +05:30
parent b2c3fd2e81
commit bd37bc88d3
1 changed files with 2 additions and 2 deletions

View File

@ -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)