mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
add dump batch handler
This commit is contained in:
parent
46cdc17701
commit
60a8249de6
9 changed files with 166 additions and 176 deletions
|
@ -45,8 +45,8 @@ async fn get_dump_status(
|
|||
meilisearch: GuardedData<ActionPolicy<{ actions::DUMPS_GET }>, MeiliSearch>,
|
||||
path: web::Path<DumpParam>,
|
||||
) -> Result<HttpResponse, ResponseError> {
|
||||
let res = meilisearch.dump_info(path.dump_uid.clone()).await?;
|
||||
todo!();
|
||||
|
||||
debug!("returns: {:?}", res);
|
||||
Ok(HttpResponse::Ok().json(res))
|
||||
// debug!("returns: {:?}", res);
|
||||
// Ok(HttpResponse::Ok().json(res))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue