mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 05:21:36 +00:00
fix(control-ui): serve dashboard at root
This commit is contained in:
@@ -248,7 +248,7 @@ struct MenuContent: View {
|
||||
default:
|
||||
components.scheme = "http"
|
||||
}
|
||||
components.path = "/ui/"
|
||||
components.path = "/"
|
||||
components.query = nil
|
||||
guard let url = components.url else {
|
||||
throw NSError(domain: "Dashboard", code: 2, userInfo: [
|
||||
|
||||
Reference in New Issue
Block a user