Fix socket.io addr
This commit is contained in:
parent
bfab5672f7
commit
e02e349435
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import {io} from 'socket.io-client';
|
||||||
|
|
||||||
import {DrawingApp, Layer} from './DrawingApp';
|
import {DrawingApp, Layer} from './DrawingApp';
|
||||||
|
|
||||||
const socket = io('ws://192.168.0.155:7777');
|
const socket = io();
|
||||||
|
|
||||||
var id = "";
|
var id = "";
|
||||||
var drawing_app = null;
|
var drawing_app = null;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue