Skip to content

Commit

Permalink
Merge pull request #71 from sayyyho/dev
Browse files Browse the repository at this point in the history
Fix: socket ssl 인증
  • Loading branch information
sayyyho authored Aug 29, 2024
2 parents 7f59403 + 9f6cf48 commit de9e8ae
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://kaboo.site", {
socketRef.current = io("https://kaboo.site", {
transports: ["websocket"],
});

Expand Down

0 comments on commit de9e8ae

Please sign in to comment.