mirror of
https://github.com/TabbyML/tabby
synced 2024-11-22 00:08:06 +00:00
chore: add http prefix for tabby server let address clickable (#2827)
This commit is contained in:
parent
56519bd8ba
commit
4d3f889c92
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user