Skip to content

Commit

Permalink
feat : 아... 2분 날림
Browse files Browse the repository at this point in the history
  • Loading branch information
Doncham committed Mar 19, 2024
1 parent 2a78072 commit 12791d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Component/Page/Page.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 12791d4

Please sign in to comment.