Skip to content

Commit e186a1f

Browse files
Merge pull request #2287 from benterris/master
docs(migration): Mention "HttpService" has to be imported from "@nest
2 parents 2cca86c + a56aea5 commit e186a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ To learn more about the new features we've added in the v8, check out this [link
55

66
#### HTTP module
77

8-
The `HttpModule` exported from the `@nestjs/common` package has been deprecated and will be removed in the next major release.
8+
The `HttpModule` and `HttpService` exported from the `@nestjs/common` package have been deprecated and will be removed in the next major release.
99
Instead, please use the `@nestjs/axios` package (otherwise, there are no API differences).
1010

1111
#### gRPC strategy

0 commit comments

Comments
 (0)