From 04924e477767802dcdf5df44be75017c3d41c2c2 Mon Sep 17 00:00:00 2001 From: bniwredyc Date: Thu, 30 Mar 2023 02:34:40 +0200 Subject: [PATCH] working hocuspocus --- 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 5fc66ba1..67ce6975 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: 'wss://v2.discours.io:4242', + url: 'wss://hocuspocus.discours.io', name: docName, document: yDoc })