Fix socket.io addr

This commit is contained in:
Sch1nken 2023-12-27 02:15:52 +01:00
parent bfab5672f7
commit e02e349435

View file

@ -4,7 +4,7 @@ import {io} from 'socket.io-client';
import {DrawingApp, Layer} from './DrawingApp';
const socket = io('ws://192.168.0.155:7777');
const socket = io();
var id = "";
var drawing_app = null;