diff --git a/app/servers.ts b/app/servers.ts index ce396d3..c5779c3 100644 --- a/app/servers.ts +++ b/app/servers.ts @@ -1,8 +1,8 @@ export const SERVERS = [ //'wss://cdn.rosetta-im.com', - 'ws://10.211.55.2:3000', + //'ws://10.211.55.2:3000', //'ws://192.168.6.82:3000', - //'wss://wss.rosetta.im' + 'wss://wss.rosetta.im' ]; export function selectServer(): string {