Skip to content

Commit

Permalink
Fix incorrect comment in proxy-simple example (#1066)
Browse files Browse the repository at this point in the history
  • Loading branch information
Li-Eto-Demerzel authored Feb 24, 2025
1 parent b16c67a commit 620f1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/proxy-simple/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ async fn main() {

// In this example, if the requested URL begins with <http://127.0.0.1:5800/>, the proxy goes to
// <https://www.rust-lang.org>; if the requested URL begins with <http://localhost:5800/>, the proxy
// goes to <https://www.rust-lang.org>.
// goes to <https://crates.io>.
let router = Router::new()
.push(
Router::new()
Expand Down

0 comments on commit 620f1e3

Please sign in to comment.