mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Fix csv content-type error
This commit is contained in:
parent
23f11e355d
commit
c9e1d054c7
2 changed files with 3 additions and 3 deletions
|
@ -181,7 +181,7 @@ async fn document_addition(
|
|||
vec![
|
||||
"application/json".to_string(),
|
||||
"application/x-ndjson".to_string(),
|
||||
"application/csv".to_string(),
|
||||
"text/csv".to_string(),
|
||||
]
|
||||
});
|
||||
let format = match content_type {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue