diff --git a/lib/resources/socket_client.dart b/lib/resources/socket_client.dart index 7e40a54..6aed8a4 100644 --- a/lib/resources/socket_client.dart +++ b/lib/resources/socket_client.dart @@ -6,7 +6,7 @@ class SocketClient { static SocketClient? _instance; SocketClient._internal() { - socket = IO.io('https://tictaktoe-server.herokuapp.com/', { + socket = IO.io('https::3000 or YOUR HOSTED SERVER LINK', { 'transports': ['websocket'], 'autoConnect': false, });