rocket is a future now :o

This commit is contained in:
ajuvercr 2020-06-20 10:21:40 +02:00
parent cedcc09f0a
commit 7684c24db0
1 changed files with 1 additions and 2 deletions

View File

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