mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
remove the create_app macro
This commit is contained in:
parent
2d31cff082
commit
2064b65d5f
2 changed files with 0 additions and 58 deletions
|
@ -117,15 +117,6 @@ async fn run_http(
|
|||
));
|
||||
|
||||
app
|
||||
/*
|
||||
create_app!(
|
||||
index_scheduler.clone(),
|
||||
auth_controller.clone(),
|
||||
enable_dashboard,
|
||||
opt,
|
||||
analytics.clone()
|
||||
)
|
||||
*/
|
||||
})
|
||||
// Disable signals allows the server to terminate immediately when a user enter CTRL-C
|
||||
.disable_signals()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue