mirror of
https://github.com/mizanxali/uno-online
synced 2024-11-05 02:35:26 +00:00
Bug fix
This commit is contained in:
parent
b2c3fd2e81
commit
bd37bc88d3
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user