From 0984bd3899d708e79d9b28143ec7d3a8711d91c1 Mon Sep 17 00:00:00 2001 From: bniwredyc Date: Wed, 29 Mar 2023 17:46:29 +0200 Subject: [PATCH] fix --- src/components/Editor/Editor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Editor/Editor.tsx b/src/components/Editor/Editor.tsx index f0940c83..5fc66ba1 100644 --- a/src/components/Editor/Editor.tsx +++ b/src/components/Editor/Editor.tsx @@ -60,7 +60,7 @@ export const Editor = (props: EditorProps) => { if (!providers[docName]) { providers[docName] = new HocuspocusProvider({ - url: 'ws://v2.discours.io:4242', + url: 'wss://v2.discours.io:4242', name: docName, document: yDoc })