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 06d7e2a + 6c0b9c3 commit f904a49Copy full SHA for f904a49
content/recipes/terminus.md
@@ -62,7 +62,7 @@ Once we have installed `@nestjs/terminus`, imported our `TerminusModule` and cre
62
The `HTTPHealthIndicator` requires the `@nestjs/axios` package so make sure to have it installed:
63
64
```bash
65
-$ npm i --save @nestjs/axios
+$ npm i --save @nestjs/axios axios
66
```
67
68
Now we can setup our `HealthController`:
0 commit comments