Skip to content

Commit b0a474a

Browse files
Update content/faq/raw-body.md
1 parent 0a8f47b commit b0a474a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/faq/raw-body.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ import { NestFactory } from '@nestjs/core';
5454
import { FastifyAdapter, NestFastifyApplication } from '@nestjs/platform-fastify';
5555
import { AppModule } from './app.module';
5656

57+
// in the "bootstrap" function
5758
const app = await NestFactory.create<NestFastifyApplication>(
5859
AppModule,
5960
new FastifyAdapter(),

0 commit comments

Comments
 (0)