Sort Types

This commit is contained in:
Jai A
2020-05-30 16:53:56 -07:00
parent 4966b4d58d
commit d54500bad5
3 changed files with 84 additions and 91 deletions

View File

@@ -33,7 +33,7 @@ async fn main() -> std::io::Result<()> {
let handlebars_ref = web::Data::new(handlebars);
let client = database::connect().await.unwrap();
routes::index_mods(client.clone()).await;
routes::index_mods().await;
info!("Starting Actix HTTP server!");
//Init App