mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-26 16:21:07 +00:00
Merge #172
172: Fix cors authentication issue r=MarinPostma a=MarinPostma The error was due to the middleware returning an error, instead of a response containing the error. close #110 Co-authored-by: Marin Postma <postma.marin@protonmail.com>
This commit is contained in:
@ -73,6 +73,7 @@ tokio = { version = "1", features = ["full"] }
|
||||
uuid = { version = "0.8.2", features = ["serde"] }
|
||||
walkdir = "2.3.2"
|
||||
obkv = "0.1.1"
|
||||
pin-project = "1.0.7"
|
||||
|
||||
[dependencies.sentry]
|
||||
default-features = false
|
||||
|
Reference in New Issue
Block a user