We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 286a0ed + 9ab8a24 commit 5e3956bCopy full SHA for 5e3956b
content/recipes/terminus.md
@@ -98,6 +98,8 @@ export class HealthController {
98
}
99
```
100
101
+> warning **Warning** `HttpHealthIndicator` requires the installation of the `@nestjs/axios` package and the import of `HttpModule`.
102
+
103
Our health check will now send a _GET_-request to the `https://docs.nestjs.com` address. If
104
we get a healthy response from that address, our route at `http://localhost:3000/health` will return
105
the following object with a 200 status code.
0 commit comments