Skip to content

Commit

Permalink
Chat working
Browse files Browse the repository at this point in the history
  • Loading branch information
EuclidStellar committed Jun 21, 2024
1 parent 8609817 commit cc35c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screens/chat.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class _ChatScreenState extends State<ChatScreen> {
}

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

0 comments on commit cc35c3a

Please sign in to comment.