From ae2de8b7b4f44de67b993d113ac26aa4ba16e732 Mon Sep 17 00:00:00 2001 From: azdle Date: Mon, 28 Jul 2025 11:11:19 -0500 Subject: [PATCH] remove endpoints list from readme, way out of date --- README.md | 6 ------ 1 file changed, 6 deletions(-) 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.