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
@@ -191,6 +191,10 @@ If you generated a random domain, you can find it by clicking on the GitHub repo
:::
### Health Route
You can access `/health` to get health status of your deployed backend.
### Testing the Admin
:::note