From 6ef9be7a619b40f34b64493608bf2d1fc0783789 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sun, 5 Apr 2026 01:32:29 +0100 Subject: [PATCH] add healtcheck example --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e417638..fe56ca7 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,14 @@ curl -X 'GET' \ -H 'accept: application/json' ``` +*Healthcheck* + +```console +curl -X 'GET' \ + 'http://127.0.0.1:8000/health' \ + -H 'accept: application/json' +``` + ## Documentation FastAPI [generates automatic docs][auto-docs], visit the link in the startup message when you launch the server.