Support for TLS encryption
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user