Skip to content

Commit 04c8b73

Browse files
committed
Update WebSocket URL to use secure connection
1 parent 2cc5b01 commit 04c8b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/websocket.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const WEBSOCKET_URL = "ws://optimo-chat.ptg.kr:3000";
1+
const WEBSOCKET_URL = "wss://optimo-chat-ssl.ptg.kr";
22

33
function createWebSocket(
44
uri,

0 commit comments

Comments
 (0)