Skip to content

Commit

Permalink
hotfix: 소켓 http방식 https로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Kontae committed Nov 15, 2024
1 parent e31c124 commit d612618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/socket.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { io } from 'socket.io-client';

const URL = 'http://inear.live/rooms';
const URL = 'https://inear.live/rooms';

export const socket = io(URL, {
autoConnect: false
Expand Down

0 comments on commit d612618

Please sign in to comment.