mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-23 23:00:59 +00:00
Call csv specialized function
This commit is contained in:
@ -71,6 +71,7 @@ pub struct IndexController {
|
||||
#[derive(Debug)]
|
||||
pub enum DocumentAdditionFormat {
|
||||
Json,
|
||||
Csv,
|
||||
}
|
||||
|
||||
#[derive(Serialize, Debug)]
|
||||
|
Reference in New Issue
Block a user