Skip to content

Commit

Permalink
[|] upstream::types
Browse files Browse the repository at this point in the history
  • Loading branch information
nykma committed Sep 21, 2022
1 parent af99919 commit a65e730
Show file tree
Hide file tree
Showing 7 changed files with 372 additions and 319 deletions.
1 change: 1 addition & 0 deletions examples/standalone.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ async fn main() -> Result<()> {

let address = SocketAddr::new(config::C.web.listen.parse().unwrap(), config::C.web.port);
println!("Playground: http://{}", address);

warp::serve(routes).run(address).await;

println!("Shutting down...");
Expand Down
Loading

0 comments on commit a65e730

Please sign in to comment.