Change bodyparser option

This commit is contained in:
2021-10-21 22:07:04 +02:00
parent 99a4d57cf5
commit 57f5af0f2a

View File

@@ -64,7 +64,7 @@ const bodyParserConfig: BodyParserConfig = {
| field values to "null"
|
*/
convertEmptyStringsToNull: true,
convertEmptyStringsToNull: false,
types: [
'application/x-www-form-urlencoded',