mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-22 04:44:26 +01:00
Fix typo
This commit is contained in:
parent
1c3642c9b2
commit
d5059520aa
@ -71,7 +71,7 @@ pub fn configure(cfg: &mut web::ServiceConfig) {
|
||||
.route(web::put().to(SeqHandler(update_documents)))
|
||||
.route(web::delete().to(SeqHandler(clear_all_documents))),
|
||||
)
|
||||
// these routes needs to be before the /documents/{document_id} to match properly
|
||||
// these routes need to be before the /documents/{document_id} to match properly
|
||||
.service(
|
||||
web::resource("/delete-batch").route(web::post().to(SeqHandler(delete_documents_batch))),
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user