Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalojaubert committed Jul 12, 2023
1 parent c639c88 commit 96b91b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/10_going-deeper/health/sensor-health.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ If the authorization process fails, the health endpoint will return a 401 error

If all components are enable and showChildren is set to true:

* A Request to https://your-application-url/sensor/health will return:
* A Request to https://your-application-url/sensor/health/ will return:

```text
├── booster
Expand Down Expand Up @@ -381,7 +381,7 @@ And the children components will be disabled too using direct url https://your-a
[Empty]
```

If database is enabled and showChildren is set to false and using https://your-application-url/sensor/health
If database is enabled and showChildren is set to false and using https://your-application-url/sensor/health/

```text
├── booster
Expand Down

0 comments on commit 96b91b5

Please sign in to comment.