misc: dashboard api url

This commit is contained in:
mrFq1
2023-06-03 23:49:11 +08:00
parent e53503cdbe
commit 8fc7bec255
2 changed files with 9 additions and 4 deletions
+2 -3
View File
@@ -22,10 +22,9 @@ class AppDelegate: NSObject, NSApplicationDelegate {
self?.dashboardWindowController = nil
}
}
dashboardWindowController?.set("http://127.0.0.1:9021")
dashboardWindowController?.showWindow(nil)
}