fix: Update desktop tray implementation
This commit is contained in:
parent
b5ee6e061a
commit
66ea6cffbc
1 changed files with 1 additions and 1 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue