rocket is a future now :o

This commit is contained in:
ajuvercr 2020-06-20 10:21:40 +02:00
parent cedcc09f0a
commit 7684c24db0

View file

@ -113,8 +113,7 @@ async fn main() {
.manage(Games::new()) .manage(Games::new())
.attach(tera) .attach(tera)
.mount("/", routes) .mount("/", routes)
.launch() .launch().await.unwrap();
.unwrap();
} }
/// Creates the actual game_manager /// Creates the actual game_manager