This commit is contained in:
Lukas Kalkhoran
2022-12-16 10:16:09 +00:00
committed by GitHub
parent 1ff5ab5ba2
commit 71e83291e1
+1 -1
View File
@@ -44,7 +44,7 @@ async fn main() {
.connect_timeout(Duration::from_secs(3))
.connect(&db_connection_str)
.await
.expect("can connect to database");
.expect("can't connect to database");
// build our application with some routes
let app = Router::new()