ws fix
This commit is contained in:
parent
a63661a088
commit
da4f7d7b9d
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
if (dev) {
|
if (dev) {
|
||||||
socket = io('http://localhost:7272/');
|
socket = io('http://localhost:7272/');
|
||||||
} else {
|
} else {
|
||||||
socket = io('http://ws.tdgmdev.net/');
|
socket = io('https://ws.tdgmdev.net/');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue