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 02a10fa + f78c279 commit 8d9ffc1Copy full SHA for 8d9ffc1
content/openapi/introduction.md
@@ -21,6 +21,7 @@ $ npm install --save @nestjs/swagger fastify-swagger
21
Once the installation process is complete, open the `main.ts` file and initialize Swagger using the `SwaggerModule` class:
22
23
```typescript
24
+@@filename(main)
25
import { NestFactory } from '@nestjs/core';
26
import { SwaggerModule, DocumentBuilder } from '@nestjs/swagger';
27
import { AppModule } from './app.module';
0 commit comments