webserver now prints the UI its running on

This commit is contained in:
Johannes Erwerle 2022-09-16 09:26:17 +02:00
parent a9fd341b45
commit be8effeb18

View file

@ -143,6 +143,8 @@ fn rocket() -> _ {
let landmarks = load_landmarks(&args.landmarks);
println!("Listening on http://localhost:8000");
rocket::build()
.manage(GraphWrapper {
graph: *graph,