Fix typo in docs (#2080)

This commit is contained in:
z-o-n-n-e
2023-07-17 09:38:08 +02:00
committed by David Pedersen
parent 8b36dd6d83
commit 0da7f6ee2d
+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();
# };