Skip to content

Commit

Permalink
Update socket_client.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
AadrianLeo authored Jun 7, 2022
1 parent 0a48212 commit 12351d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resources/socket_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class SocketClient {
static SocketClient? _instance;

SocketClient._internal() {
socket = IO.io('https://tictaktoe-server.herokuapp.com/', <String, dynamic>{
socket = IO.io('https:<YOUR IP ADDRESS>:3000 or YOUR HOSTED SERVER LINK', <String, dynamic>{
'transports': ['websocket'],
'autoConnect': false,
});
Expand Down

0 comments on commit 12351d4

Please sign in to comment.