We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2126b13 commit 6048b83Copy full SHA for 6048b83
crates/http-server/src/server/mod.rs
@@ -46,7 +46,7 @@ impl Server {
46
47
if matches!(addr.ip(), IpAddr::V4(ALL_INTERFACES_IPV4)) {
48
if let Ok(local_ip) = local_ip() {
49
- println!("Local Network on http://{}", local_ip);
+ println!("Local Network on http://{}:{}", local_ip, self.config.port);
50
}
51
52
0 commit comments