fix(control-api): enable CORS to allow UI access
This commit is contained in:
@@ -24,7 +24,7 @@ hex = "0.4.3"
|
||||
shared = { path = "../../shared" }
|
||||
thiserror = "2.0.16"
|
||||
tokio = { version = "1.45.0", features = ["macros", "net", "process", "rt-multi-thread", "signal", "time"] }
|
||||
tower-http = { version = "0.6.6", features = ["trace"] }
|
||||
tower-http = { version = "0.6.6", features = ["trace", "cors"] }
|
||||
tracing = "0.1.41"
|
||||
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
|
||||
url = "2.5.4"
|
||||
|
||||
Reference in New Issue
Block a user