fix: Update desktop tray implementation

This commit is contained in:
Rodrigo Rodriguez 2026-02-20 01:14:09 +00:00
parent b5ee6e061a
commit 66ea6cffbc

View file

@ -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(),