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 41d75e7 + 24be7de commit 485bb6aCopy full SHA for 485bb6a
content/openapi/other-features.md
@@ -25,6 +25,7 @@ import { NestFactory } from '@nestjs/core';
25
import { SwaggerModule, DocumentBuilder } from '@nestjs/swagger';
26
import { AppModule } from './app.module';
27
import { CatsModule } from './cats/cats.module';
28
+import { DogsModule } from './dogs/dogs.module';
29
30
async function bootstrap() {
31
const app = await NestFactory.create(AppModule);
0 commit comments