From 12791d43dd68c88df917b6200be331fcb49977fd Mon Sep 17 00:00:00 2001 From: Kimsangwon Date: Tue, 19 Mar 2024 16:37:22 +0900 Subject: [PATCH] =?UTF-8?q?feat=20:=20=EC=95=84...=202=EB=B6=84=20?= =?UTF-8?q?=EB=82=A0=EB=A6=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/Component/Page/Page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Component/Page/Page.js b/frontend/src/Component/Page/Page.js index 1d2ea3eb..c187e1c9 100644 --- a/frontend/src/Component/Page/Page.js +++ b/frontend/src/Component/Page/Page.js @@ -78,7 +78,7 @@ function Page() { const ydoc = getYDocInstance(roomId); const provider = new WebsocketProvider( //"wss://demos.yjs.dev/ws", // 웹소켓 서버 주소, // 웹소켓 서버 주소 - "ws://nodejs:4000", + "wss://nodejs:4000", //"ws://nodejs:4000", //배포용 roomId, // 방 이름 ydoc