From 66ea6cffbc98b4c10449104806a80d368e3460d4 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Fri, 20 Feb 2026 01:14:09 +0000 Subject: [PATCH] fix: Update desktop tray implementation --- src/desktop/tray.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/desktop/tray.rs b/src/desktop/tray.rs index 993ff97..0aa17d1 100644 --- a/src/desktop/tray.rs +++ b/src/desktop/tray.rs @@ -272,7 +272,7 @@ impl ServiceMonitor { name: "API".to_string(), running: false, port: 8080, - url: "http://localhost:8080".to_string(), + url: "http://localhost:9000".to_string(), }, ServiceStatus { name: "UI".to_string(),