Skip to content

Commit 620f1e3

Browse files
Fix incorrect comment in proxy-simple example (#1066)
1 parent b16c67a commit 620f1e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/proxy-simple/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ async fn main() {
66

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

0 commit comments

Comments
 (0)