diff --git a/src/composables/useCollaborativeFlow.ts b/src/composables/useCollaborativeFlow.ts index fe764fa..5d80e39 100644 --- a/src/composables/useCollaborativeFlow.ts +++ b/src/composables/useCollaborativeFlow.ts @@ -186,7 +186,7 @@ export function useCollaborativeFlow(diagramId: MaybeRefOrGetter) { return provider.value = new WebsocketProvider( - import.meta.env.DEV ? 'ws://localhost:1234' : 'wss://bpmn-api.koptilnya.xyz', + import.meta.env.DEV ? 'ws://localhost:1234' : 'wss://api.koptilnya.xyz/bpmn', diagramId, yDoc, )