Skip to content

Commit

Permalink
migrating changes
Browse files Browse the repository at this point in the history
  • Loading branch information
genusistimelord committed Apr 12, 2024
2 parents 27a009f + 4625ee3 commit 8aef9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ async fn main() {
// run it
let addr = SocketAddr::from(([0, 0, 0, 0], 8000));

debug!("listening on {}", addr);
println!("listening on {}", addr);
let listener = TcpListener::bind(addr).await.unwrap();
axum::serve(listener, app).await.unwrap();
}
Expand Down

0 comments on commit 8aef9d8

Please sign in to comment.