Nicolas Pearson
Results
1
comments of
Nicolas Pearson
This can be achieved by using a `responseFilter`, e.g. ```typescript import * as expressWinston from 'express-winston'; function bodySanitizer( body: Record | undefined, bodyBlacklist: string[] | undefined, ): Record | undefined...