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(),
|
name: "API".to_string(),
|
||||||
running: false,
|
running: false,
|
||||||
port: 8080,
|
port: 8080,
|
||||||
url: "http://localhost:8080".to_string(),
|
url: "http://localhost:9000".to_string(),
|
||||||
},
|
},
|
||||||
ServiceStatus {
|
ServiceStatus {
|
||||||
name: "UI".to_string(),
|
name: "UI".to_string(),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue