mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
implement custom payload
This commit is contained in:
parent
71226feb74
commit
1c13100948
4 changed files with 65 additions and 7 deletions
|
@ -1,7 +1,6 @@
|
|||
use actix_web::web::Payload;
|
||||
use milli::update::{IndexDocumentsMethod, UpdateFormat};
|
||||
|
||||
use super::Data;
|
||||
use crate::{Data, Payload};
|
||||
use crate::index::{Checked, Settings};
|
||||
use crate::index_controller::{error::Result, IndexMetadata, IndexSettings, UpdateStatus};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue