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
@@ -96,6 +96,10 @@ Once the build process is complete, a new deployment with the infrastructure res
After the deployment is finished, navigate to Resources → [AppName] (Medusa in this example) → Overview. Then, under the Resource Outputs section you should see the "AccessUrl". This is the backend's URL that you can use to access API endpoints and test them. You can try getting the list of products using the endpoint `<AccessUrl>/store/products`.
### Health Route
You can access `/health` to get health status of your deployed backend.
### Testing the Admin
:::note