We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2cee015 + cf46bbf commit d7744e9Copy full SHA for d7744e9
content/openapi/introduction.md
@@ -64,7 +64,7 @@ As you can see, the `SwaggerModule` automatically reflects all of your endpoints
64
> It is also possible to expose it on a route of your choice using only the setup method from `@nestjs/swagger`, like this:
65
>
66
> ```typescript
67
-> SwaggerModule.setup('swagger', app, document, {
+> SwaggerModule.setup('swagger', app, documentFactory, {
68
> jsonDocumentUrl: 'swagger/json',
69
> });
70
> ```
0 commit comments