mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Format code with cargo fmt
This commit is contained in:
parent
d01a3944c1
commit
45ded0498b
6 changed files with 69 additions and 47 deletions
|
@ -13,7 +13,8 @@ pub mod synonym;
|
|||
pub fn load_routes(app: &mut tide::App<Data>) {
|
||||
app.at("").nest(|router| {
|
||||
router.at("/indexes").nest(|router| {
|
||||
router.at("/")
|
||||
router
|
||||
.at("/")
|
||||
.get(index::list_indexes)
|
||||
.post(index::create_index);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue