remove the create_app macro

This commit is contained in:
Tamo 2022-09-27 16:38:45 +02:00 committed by Clément Renault
parent 2d31cff082
commit 2064b65d5f
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
2 changed files with 0 additions and 58 deletions

View file

@ -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()