webserver now prints the UI its running on
This commit is contained in:
parent
a9fd341b45
commit
be8effeb18
1 changed files with 2 additions and 0 deletions
|
|
@ -143,6 +143,8 @@ fn rocket() -> _ {
|
|||
|
||||
let landmarks = load_landmarks(&args.landmarks);
|
||||
|
||||
println!("Listening on http://localhost:8000");
|
||||
|
||||
rocket::build()
|
||||
.manage(GraphWrapper {
|
||||
graph: *graph,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue