Support for TLS encryption

This commit is contained in:
Alphonse Paix
2025-09-05 18:13:35 +02:00
parent a4104ca1b2
commit 8d6cab41d0
11 changed files with 102 additions and 37 deletions

View File

@@ -4,7 +4,7 @@ use zero2prod::{
};
#[tokio::main]
async fn main() -> Result<(), std::io::Error> {
async fn main() -> Result<(), anyhow::Error> {
init_subscriber(std::io::stdout);
let configuration = get_configuration().expect("Failed to read configuration");