Skip to content

Commit 3858227

Browse files
committed
update readme
1 parent 77e6d60 commit 3858227

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ import { Module } from '@nestjs/common';
4848
headers: true,
4949
// set headers that should be redacted
5050
redactedHeaders: ['authorization', 'cookie'],
51+
// set paths that should be ignored
52+
ignoredPaths: ['/health'],
5153
},
5254
}),
5355
],

0 commit comments

Comments
 (0)