implement retrieve all documents

This commit is contained in:
mpostma 2021-02-10 17:08:37 +01:00
parent f44f8a823a
commit 8fd9dc231c
No known key found for this signature in database
GPG key ID: CBC8A7C1D7A28C3A
3 changed files with 68 additions and 10 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")]