chore: add http prefix for tabby server let address clickable (#2827)

This commit is contained in:
Wei Zhang 2024-08-12 03:37:19 +08:00 committed by GitHub
parent 56519bd8ba
commit 4d3f889c92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,7 @@ pub async fn run_app(api: Router, ui: Option<Router>, host: IpAddr, port: u16) {
📄 Version {version}
🚀 Listening at {address}
🚀 Listening at http://{address}
"#
);
let listener = tokio::net::TcpListener::bind(address).await.unwrap();