Skip to content

Commit cc35c3a

Browse files
committed
Chat working
1 parent 8609817 commit cc35c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/screens/chat.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class _ChatScreenState extends State<ChatScreen> {
3030
}
3131

3232
void initSocket() {
33-
socket = IO.io('http://3.7.70.25:8006', <String, dynamic>{
33+
socket = IO.io('https://hive-backend-d0zr.onrender.com', <String, dynamic>{
3434
'transports': ['websocket'],
3535
'autoConnect': false,
3636
});

0 commit comments

Comments
 (0)