mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
https-tls: typo - correct URIs to use https (#606)
This commit is contained in:
@ -26,7 +26,7 @@ async fn main() -> std::io::Result<()> {
|
||||
|
||||
let config = load_rustls_config();
|
||||
|
||||
log::info!("starting HTTPS server at http://localhost:8443");
|
||||
log::info!("starting HTTPS server at https://localhost:8443");
|
||||
|
||||
HttpServer::new(|| {
|
||||
App::new()
|
||||
|
Reference in New Issue
Block a user