mirror of
https://github.com/tokio-rs/axum.git
synced 2025-10-01 23:10:43 +00:00
Fix typo in docs (#2080)
This commit is contained in:
parent
b80d126137
commit
bc8e879d7b
@ -31,7 +31,7 @@ let app = Router::new()
|
||||
// Our app now accepts
|
||||
// - GET /users
|
||||
// - GET /users/:id
|
||||
// - POST /teams
|
||||
// - GET /teams
|
||||
# async {
|
||||
# hyper::Server::bind(&"".parse().unwrap()).serve(app.into_make_service()).await.unwrap();
|
||||
# };
|
||||
|
Loading…
x
Reference in New Issue
Block a user