Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Commit 5ca543f

Browse files
authored
Fix : Set correct websocket address
1 parent 6432b8f commit 5ca543f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/features/serialize/webSocketHandler.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ import { getModelFileName, logger, setModelSource, loadingIndicator } from "../.
22
import { SaveDFDandDD } from "./saveDFDandDD";
33

44
//Debug
5-
const webSocketAdress = `ws://localhost:3000/events/`;
6-
//const webSocketAdress = `wss://webeditor.t-hueller.de/events/`;
5+
const webSocketAdress = `wss://websocket.dataflowanalysis.org/events/`;
76

87
let ws: WebSocket;
98
let wsId = 0;

0 commit comments

Comments
 (0)