Skip to content

Commit 485bb6a

Browse files
Merge pull request #1975 from Sean12697/patch-1
Minor Code Snippet Correction of OpenAPI > Other Features > Multiple specifications
2 parents 41d75e7 + 24be7de commit 485bb6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/openapi/other-features.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import { NestFactory } from '@nestjs/core';
2525
import { SwaggerModule, DocumentBuilder } from '@nestjs/swagger';
2626
import { AppModule } from './app.module';
2727
import { CatsModule } from './cats/cats.module';
28+
import { DogsModule } from './dogs/dogs.module';
2829

2930
async function bootstrap() {
3031
const app = await NestFactory.create(AppModule);

0 commit comments

Comments
 (0)