implement the documents batcher

This commit is contained in:
Tamo 2021-10-25 16:41:23 +02:00 committed by marin postma
parent 1d73f484f0
commit 392ee86714
No known key found for this signature in database
GPG key ID: 6088B7721C3E39F9
4 changed files with 155 additions and 6 deletions

View file

@ -14,7 +14,7 @@ use crate::extractors::authentication::{policies::*, GuardedData};
use crate::ApiKeys;
mod dump;
mod indexes;
pub mod indexes;
pub fn configure(cfg: &mut web::ServiceConfig) {
cfg.service(web::resource("/health").route(web::get().to(get_health)))