mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 08:41:00 +00:00
remove the create_app macro
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user