Fix csv content-type error

This commit is contained in:
Paul Sanders 2021-10-12 13:38:48 -04:00
parent 23f11e355d
commit c9e1d054c7
2 changed files with 3 additions and 3 deletions

View file

@ -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 {