mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-22 23:30:29 +01:00
Fix typo in docs (#2080)
This commit is contained in:
parent
b80d126137
commit
bc8e879d7b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue