mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Implements the get all batches route with filters working
This commit is contained in:
parent
6062914654
commit
a1251c3c83
179 changed files with 5362 additions and 849 deletions
|
@ -33,6 +33,7 @@ pub mod tasks;
|
|||
|
||||
pub fn configure(cfg: &mut web::ServiceConfig) {
|
||||
cfg.service(web::scope("/tasks").configure(tasks::configure))
|
||||
.service(web::scope("/batches").configure(batches::configure))
|
||||
.service(web::resource("/health").route(web::get().to(get_health)))
|
||||
.service(web::scope("/logs").configure(logs::configure))
|
||||
.service(web::scope("/keys").configure(api_key::configure))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue