docs: added details about health route (#3861)

This commit is contained in:
Shahed Nasser
2023-04-18 10:43:31 +03:00
committed by GitHub
parent cd2d4f6455
commit 9836adeec7
5 changed files with 21 additions and 41 deletions

View File

@@ -75,6 +75,10 @@ After these three steps and in only a couple of minutes, you now have a complete
curl localhost:9000/store/products
```
### Health Route
You can access `/health` to get health status of your backend.
---
## Next Steps