Skip to content

Commit

Permalink
Add note for address of interactive examples
Browse files Browse the repository at this point in the history
  • Loading branch information
LukaOber authored and yuankunzhang committed Oct 6, 2024
1 parent 9b44041 commit 2b3217b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gallery/src/gallery.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ use charming_gallery::CHARTS;

#[tokio::main]
async fn main() {
println!("Access the plots at: http://127.0.0.1:5555");

let app = Router::new()
.route("/", get(index))
.route("/:type/:name", get(render));
Expand Down

0 comments on commit 2b3217b

Please sign in to comment.