fix cors
This commit is contained in:
parent
85ee4589d4
commit
2f334d233b
@ -75,7 +75,6 @@ async fn main() {
|
|||||||
// Create CORS midleware to allow the web build of the UI to work.
|
// Create CORS midleware to allow the web build of the UI to work.
|
||||||
let cors = CorsLayer::new()
|
let cors = CorsLayer::new()
|
||||||
.allow_methods(cors::Any)
|
.allow_methods(cors::Any)
|
||||||
.allow_credentials(true)
|
|
||||||
.allow_headers(cors::Any)
|
.allow_headers(cors::Any)
|
||||||
.allow_origin(cors::Any);
|
.allow_origin(cors::Any);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user