From 94891bb5d226fe58b88e98d0b20f64a09b3884b8 Mon Sep 17 00:00:00 2001 From: bniwredyc Date: Wed, 29 Mar 2023 19:00:09 +0200 Subject: [PATCH] wss --- 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 })