Skip to content

Commit

Permalink
Merge pull request #170 from bketelsen/feature/add-protocol
Browse files Browse the repository at this point in the history
feat: ✨ Add protocol to console output when server starts
  • Loading branch information
technosophos authored Mar 7, 2022
2 parents b3d1781 + c156fa1 commit b272a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ pub async fn main() -> Result<(), anyhow::Error> {

drop(startup_span);

println!("Ready: serving on {}", configuration.http_configuration.listen_on);
println!("Ready: serving on http://{}", configuration.http_configuration.listen_on);
server.serve().await
}

0 comments on commit b272a47

Please sign in to comment.