Fix typo in docs (#2080)

This commit is contained in:
z-o-n-n-e
2023-07-09 22:00:01 +02:00
committed by GitHub
parent b80d126137
commit bc8e879d7b
+1 -1
View File
@@ -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();
# };