mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Add stop-word is now PATCH method
This commit is contained in:
parent
45ded0498b
commit
cc97889b37
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ pub fn load_routes(app: &mut tide::App<Data>) {
|
|||
router
|
||||
.at("/")
|
||||
.get(stop_words::list)
|
||||
.put(stop_words::add)
|
||||
.patch(stop_words::add)
|
||||
.delete(stop_words::delete);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue