1
0
mirror of https://github.com/mizanxali/uno-online synced 2024-11-05 02:35:26 +00:00
This commit is contained in:
Mizanali Panjwani 2021-03-02 15:21:17 +05:30
parent b2c3fd2e81
commit bd37bc88d3

View File

@ -21,8 +21,8 @@ import gameOverSound from '../assets/sounds/game-over-sound.mp3'
//DRAW 4 WILD - 600 //DRAW 4 WILD - 600
let socket let socket
const ENDPOINT = 'http://localhost:5000' // const ENDPOINT = 'http://localhost:5000'
// const ENDPOINT = 'http://192.168.0.103:5000/' const ENDPOINT = 'https://uno-online-multiplayer.herokuapp.com/'
const Game = (props) => { const Game = (props) => {
const data = queryString.parse(props.location.search) const data = queryString.parse(props.location.search)