mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 10:07:40 +08:00
Call csv specialized function
This commit is contained in:
parent
d30830a55c
commit
61e5eed493
@ -71,6 +71,7 @@ pub struct IndexController {
|
||||
#[derive(Debug)]
|
||||
pub enum DocumentAdditionFormat {
|
||||
Json,
|
||||
Csv,
|
||||
}
|
||||
|
||||
#[derive(Serialize, Debug)]
|
||||
|
Loading…
Reference in New Issue
Block a user