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())
|
.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
|
||||||
|
|
Loading…
Reference in a new issue