Skip to content

Commit 0a8f47b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/faq/raw-body.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { NestFactory } from '@nestjs/core';
1313
import type { NestExpressApplication } from '@nestjs/platform-express';
1414
import { AppModule } from './app.module';
1515

16-
16+
// in the "bootstrap" function
1717
const app = await NestFactory.create<NestExpressApplication>(AppModule, {
1818
rawBody: true,
1919
});

0 commit comments

Comments
 (0)