From 745841f0a64fe122a93b0426e3c249b089fb7052 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Sun, 20 Nov 2022 22:03:02 +0100 Subject: Fixs for build --- server/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/src/main.rs') diff --git a/server/src/main.rs b/server/src/main.rs index 508d6cd..4a211fd 100644 --- a/server/src/main.rs +++ b/server/src/main.rs @@ -18,7 +18,7 @@ use tracing::Span; async fn main() { let app = create_app().await; - /// By default the server is bind at "127.0.0.1:3000" + // By default the server is bind at "127.0.0.1:3000" let addr = std::env::var("ALLOWED_HOST").unwrap_or_else(|_| "127.0.0.1:3000".to_string()); tracing::info!("Listening on {}", addr); -- cgit v1.2.3-18-g5258