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 0e03b6f commit 0a8f47bCopy full SHA for 0a8f47b
content/faq/raw-body.md
@@ -13,7 +13,7 @@ import { NestFactory } from '@nestjs/core';
13
import type { NestExpressApplication } from '@nestjs/platform-express';
14
import { AppModule } from './app.module';
15
16
-
+// in the "bootstrap" function
17
const app = await NestFactory.create<NestExpressApplication>(AppModule, {
18
rawBody: true,
19
});
0 commit comments