mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Add the update index route
This commit is contained in:
parent
1f1cb1f501
commit
cd95b243bb
2 changed files with 68 additions and 0 deletions
|
@ -32,6 +32,7 @@ pub fn load_routes(app: &mut tide::App<Data>) {
|
|||
router
|
||||
.at("/")
|
||||
.get(index::get_index)
|
||||
.put(index::update_index)
|
||||
.delete(index::delete_index);
|
||||
|
||||
router
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue