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 202c2c8 commit 7f181f1Copy full SHA for 7f181f1
src/loaders/express.loader.ts
@@ -43,7 +43,6 @@ export class ExpressLoader extends AbstractLoader {
43
let urlencodedParser;
44
let admin;
45
46
-
47
// Nestjs uses bodyParser under the hood which is in conflict with admin-bro setup.
48
// Due to admin-bro-expressjs usage of formidable we have to move body parser in layer tree after admin-bro init.
49
// Notice! This is not documented feature of express, so this may change in the future. We have to keep an eye on it.
0 commit comments