Skip to content

Commit

Permalink
remove app_protocol from axum example
Browse files Browse the repository at this point in the history
  • Loading branch information
bobzilladev committed Feb 28, 2024
1 parent 65f262c commit e18cfdf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ngrok/examples/axum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ async fn start_tunnel() -> anyhow::Result<HttpTunnel> {
.await?
.http_endpoint()
// .allow_cidr("0.0.0.0/0")
// .app_protocol("http2")
// .basic_auth("ngrok", "online1line")
// .circuit_breaker(0.5)
// .compression()
Expand Down

0 comments on commit e18cfdf

Please sign in to comment.