CF Indexer start

This commit is contained in:
Jai A
2020-05-20 22:32:57 -07:00
parent 1b1c15694a
commit 51cfb1903d
2 changed files with 16 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ async fn main() -> std::io::Result<()> {
let handlebars_ref = web::Data::new(handlebars);
let database = database::connect();
routes::index_mods(database);
routes::index_mods(database).await;
//Init App
HttpServer::new(move || {