We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e6d60 commit 3858227Copy full SHA for 3858227
README.md
@@ -48,6 +48,8 @@ import { Module } from '@nestjs/common';
48
headers: true,
49
// set headers that should be redacted
50
redactedHeaders: ['authorization', 'cookie'],
51
+ // set paths that should be ignored
52
+ ignoredPaths: ['/health'],
53
},
54
}),
55
],
0 commit comments