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 5a4feaf commit 9ab8a24Copy full SHA for 9ab8a24
content/recipes/terminus.md
@@ -98,7 +98,7 @@ export class HealthController {
98
}
99
```
100
101
-> warning **Warning** To use the `HttpHealthIndicator` requires the installation of `@nestjs/axios` and the import of `HttpModule`.
+> 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
0 commit comments