We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b16c67a commit 620f1e3Copy full SHA for 620f1e3
examples/proxy-simple/src/main.rs
@@ -6,7 +6,7 @@ async fn main() {
6
7
// In this example, if the requested URL begins with <http://127.0.0.1:5800/>, the proxy goes to
8
// <https://www.rust-lang.org>; if the requested URL begins with <http://localhost:5800/>, the proxy
9
- // goes to <https://www.rust-lang.org>.
+ // goes to <https://crates.io>.
10
let router = Router::new()
11
.push(
12
Router::new()
0 commit comments