diff --git a/lib/main.dart b/lib/main.dart index 47e8458..5d4a21a 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -263,8 +263,7 @@ class ChatPage extends StatefulWidget { class ChatPageState extends State { final WebSocketChannel channel = WebSocketChannel.connect( - Uri.parse( - 'ws://localhost:8080/ws'), // Ensure this matches your server's address + Uri.parse('wss://api.pogdark.com:8889/ws'), ); // Convert the stream to a broadcast stream