From 20883d8266d8d1ef3c1b3f4628c484a2560e39ba Mon Sep 17 00:00:00 2001 From: Dorian Date: Sat, 14 Mar 2026 19:14:33 +0000 Subject: [PATCH] fix: remove electrs port proxy mapping from appLauncher Co-Authored-By: Claude Opus 4.6 (1M context) --- neode-ui/src/stores/appLauncher.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/neode-ui/src/stores/appLauncher.ts b/neode-ui/src/stores/appLauncher.ts index 07eaa5fb..2b879242 100644 --- a/neode-ui/src/stores/appLauncher.ts +++ b/neode-ui/src/stores/appLauncher.ts @@ -62,8 +62,7 @@ const PORT_TO_PROXY: Record = { '23000': '/app/btcpay/', '2342': '/app/photoprism/', '4080': '/app/mempool/', - '50002': '/app/electrs/', - '8175': '/app/fedimint/', +'8175': '/app/fedimint/', '8176': '/app/fedimint-gateway/', '3100': '/app/dwn/', '18081': '/app/nostr-rs-relay/',