mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Rename routes /synonym to /synonyms
This commit is contained in:
parent
c69ae8154f
commit
7f2e5d091a
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ pub fn load_routes(app: &mut tide::App<Data>) {
|
|||
.post(document::delete_multiple_documents);
|
||||
});
|
||||
|
||||
router.at("/synonym").nest(|router| {
|
||||
router.at("/synonyms").nest(|router| {
|
||||
router
|
||||
.at("/")
|
||||
.get(synonym::list)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue