Remove a commented line
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

pull/13/head
Colin FRIZOT 11 months ago
parent 1b96aced93
commit 24e86eaeac

@ -149,7 +149,6 @@ export class EditorComponent {
return; return;
} }
// this.client = new WebSocket(`ws://127.0.0.1:3000/live/${idRoom}`);
this.client = new WebSocket(`${environment.webSocketUrl}/live/${idRoom}`); this.client = new WebSocket(`${environment.webSocketUrl}/live/${idRoom}`);
this.client.addEventListener('open', async () => { this.client.addEventListener('open', async () => {
let conn = new Connection(this.client!); let conn = new Connection(this.client!);

Loading…
Cancel
Save