mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
Change documents routes; fix #416
This commit is contained in:
parent
a5c5df0290
commit
f0590d3301
4 changed files with 24 additions and 8 deletions
|
@ -72,7 +72,7 @@ pub fn load_routes(app: &mut tide::App<Data>) {
|
|||
});
|
||||
|
||||
router
|
||||
.at("/delete")
|
||||
.at("/delete-batch")
|
||||
.post(document::delete_multiple_documents);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue