Browse Source

Change domain to nitowa.xyz

ship
Peter Millauer 3 days ago
parent
commit
2f5735b680
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/client/services/state/state.client-service.ts

+ 1
- 1
src/client/services/state/state.client-service.ts View File

@@ -11,7 +11,7 @@ export class ClientStateService {
11 11
     private canvasState: CanvasState = { strokes: [] }
12 12
 
13 13
     async connect(drawService: ClientDrawService) {
14
-        const sock = await new RPCSocket(8080, '95.216.156.135').connect();
14
+        const sock = await new RPCSocket(8080, 'nitowa.xyz').connect();
15 15
         this.remoteService = sock['StateService']
16 16
         this.canvasState = await this.getState()
17 17
         await this.remoteService.onStroke((s: StrokeStreamElement) => {

Loading…
Cancel
Save