From 8f0e8e825136cbad7fd3de9502627fa77fc88cb8 Mon Sep 17 00:00:00 2001 From: RoyceDa Date: Wed, 18 Mar 2026 19:57:16 +0200 Subject: [PATCH] =?UTF-8?q?=D0=A3=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2?= =?UTF-8?q?=D0=BA=D0=B0=20PROD=20=D1=81=D0=B5=D1=80=D0=B2=D0=B5=D1=80?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/servers.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {