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.
1 parent b369245 commit 5a4feafCopy full SHA for 5a4feaf
content/recipes/terminus.md
@@ -98,6 +98,8 @@ export class HealthController {
98
}
99
```
100
101
+> warning **Warning** To use the `HttpHealthIndicator` requires the installation of `@nestjs/axios` 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