Удалить app/servers.ts

This commit is contained in:
RoyceDa
2026-02-09 00:44:35 +00:00
parent 350e10676c
commit 0f96e7ca7b

View File

@@ -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];
}