mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-23 13:24:27 +01:00
fix CORS config error in actix
This commit is contained in:
parent
6add10b18f
commit
0ebf7b6214
@ -69,8 +69,8 @@ async fn main() -> Result<(), MainError> {
|
||||
.wrap(
|
||||
Cors::new()
|
||||
.send_wildcard()
|
||||
.allowed_header("x-meili-api-key")
|
||||
//.max_age(86_400) // 24h
|
||||
.allowed_headers(vec!["content-type","x-meili-api-key"])
|
||||
.max_age(86_400) // 24h
|
||||
.finish(),
|
||||
)
|
||||
.wrap(middleware::Logger::default())
|
||||
|
Loading…
Reference in New Issue
Block a user