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.
1 parent 41d75e7 commit 24be7deCopy full SHA for 24be7de
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