Call csv specialized function

This commit is contained in:
many 2021-09-22 16:01:21 +02:00 committed by mpostma
parent d30830a55c
commit 61e5eed493

View File

@ -71,6 +71,7 @@ pub struct IndexController {
#[derive(Debug)]
pub enum DocumentAdditionFormat {
Json,
Csv,
}
#[derive(Serialize, Debug)]