We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5444549 commit dc28bfaCopy full SHA for dc28bfa
src/main.rs
@@ -61,7 +61,7 @@ fn main() -> io::Result<()> {
61
.bind(&app_url)?
62
.start();
63
64
- info!("Server is started at {}", &app_port);
+ info!("Server is started at {}", &app_url);
65
66
sys.run()
67
}
0 commit comments