Skip to content

Commit

Permalink
Merge pull request #851 from vishnuMohanan01/fix-health-route-banner
Browse files Browse the repository at this point in the history
Minor: Make info banner on health route less specific
  • Loading branch information
kaplanelad authored Oct 15, 2024
2 parents 018e1ba + ee6f547 commit 65e8062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-site/content/docs/getting-started/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ $ curl localhost:5150/_health
```

<div class="infobox">
The built in <code>_health</code> route will tell you that you have configured your app properly: it can establish a connection to your Postgres and Redis instances successfully.
The built in <code>_health</code> route will tell you that you have configured your app properly: it can establish a connection to your Database and Redis instances successfully.
</div>

### Say "Hello", Loco
Expand Down

0 comments on commit 65e8062

Please sign in to comment.