Merge pull request #35 from meilisearch/retrieve-documents

implemement retrieve documents
This commit is contained in:
marin 2021-02-15 23:11:34 +01:00 committed by GitHub
commit 3a634cb583
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 133 additions and 13 deletions

View file

@ -32,7 +32,6 @@ async fn list_indexes(data: web::Data<Data>) -> Result<HttpResponse, ResponseErr
unimplemented!()
}
}
}
#[get("/indexes/{index_uid}", wrap = "Authentication::Private")]