add print of port
This commit is contained in:
parent
50d082c944
commit
511d348f7f
@ -42,6 +42,8 @@ async fn main() {
|
||||
|
||||
let routes = warp::any().and(hello.or(proxy_eth_filter));
|
||||
|
||||
println!("Listening on port {}", listen_port);
|
||||
|
||||
warp::serve(routes).run(([127, 0, 0, 1], listen_port)).await;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user