add healtcheck example

This commit is contained in:
onyx-and-iris 2026-04-05 01:32:29 +01:00
parent 16cfb420cf
commit 6ef9be7a61

View File

@ -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.