Skip to content

Commit

Permalink
Merge pull request #64 from sayyyho/dev
Browse files Browse the repository at this point in the history
Fix: websocket 요청 변경
  • Loading branch information
sayyyho authored Aug 29, 2024
2 parents dd92eb2 + 2826f96 commit 210617c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/VideoPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const RTCPage = () => {
};

useEffect(() => {
socketRef.current = io("http://localhost:3000", {
socketRef.current = io("ws://kaboo.site/socket.io/", {
transports: ["websocket"],
});

Expand Down

0 comments on commit 210617c

Please sign in to comment.