rocket is a future now :o
This commit is contained in:
parent
cedcc09f0a
commit
7684c24db0
1 changed files with 1 additions and 2 deletions
|
@ -113,8 +113,7 @@ async fn main() {
|
|||
.manage(Games::new())
|
||||
.attach(tera)
|
||||
.mount("/", routes)
|
||||
.launch()
|
||||
.unwrap();
|
||||
.launch().await.unwrap();
|
||||
}
|
||||
|
||||
/// Creates the actual game_manager
|
||||
|
|
Loading…
Reference in a new issue