From 0f96e7ca7b3af12abf40c2d63e1b4e55b108cbed Mon Sep 17 00:00:00 2001 From: RoyceDa Date: Mon, 9 Feb 2026 00:44:35 +0000 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D1=82=D1=8C=20ap?= =?UTF-8?q?p/servers.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/servers.ts | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 app/servers.ts diff --git a/app/servers.ts b/app/servers.ts deleted file mode 100644 index a736df8..0000000 --- a/app/servers.ts +++ /dev/null @@ -1,10 +0,0 @@ -export const SERVERS = [ - //'wss://cdn.rosetta-im.com', - //'ws://10.211.55.2:3000', - 'ws://127.0.0.1:8881' -]; - -export function selectServer(): string { - const idx = Math.floor(Math.random() * SERVERS.length); - return SERVERS[idx]; -} \ No newline at end of file