adjust starting info log to include http://
This commit is contained in:
parent
bdaaa5056e
commit
b1591eebae
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ fn main() -> anyhow::Result<()> {
|
||||||
.unwrap()
|
.unwrap()
|
||||||
.parse()
|
.parse()
|
||||||
.expect("Incorrect bind format.");
|
.expect("Incorrect bind format.");
|
||||||
info!("Starting server at: {}", &bind);
|
info!("Starting server at: http://{}", &bind);
|
||||||
|
|
||||||
let mutable_state = web::Data::new(MutableState {
|
let mutable_state = web::Data::new(MutableState {
|
||||||
garden_cache: Mutex::new(update_garden(directory, GardenCache::default())?),
|
garden_cache: Mutex::new(update_garden(directory, GardenCache::default())?),
|
||||||
|
|
Loading…
Reference in a new issue