diff --git a/README.md b/README.md index 81ab664..f2ddc37 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,3 @@ A template Axum server made from (loosely) following the book "Zero to Production in Rust". Instead of making a mailing list manager, it manages local user accounts. - -## Endpoints - -###`/health` - -Responds with an empty 200 respose if the server is healthy.