Change domain to nitowa.xyz

This commit is contained in:
Peter Millauer
2026-05-10 16:16:35 +02:00
parent 58b5a1053c
commit 2f5735b680
@@ -11,7 +11,7 @@ export class ClientStateService {
private canvasState: CanvasState = { strokes: [] } private canvasState: CanvasState = { strokes: [] }
async connect(drawService: ClientDrawService) { async connect(drawService: ClientDrawService) {
const sock = await new RPCSocket(8080, '95.216.156.135').connect(); const sock = await new RPCSocket(8080, 'nitowa.xyz').connect();
this.remoteService = sock['StateService'] this.remoteService = sock['StateService']
this.canvasState = await this.getState() this.canvasState = await this.getState()
await this.remoteService.onStroke((s: StrokeStreamElement) => { await this.remoteService.onStroke((s: StrokeStreamElement) => {