mirror of
https://github.com/ArthurDanjou/artdanj-shortener.git
synced 2026-01-14 15:54:08 +01:00
Change bodyparser option
This commit is contained in:
@@ -64,7 +64,7 @@ const bodyParserConfig: BodyParserConfig = {
|
||||
| field values to "null"
|
||||
|
|
||||
*/
|
||||
convertEmptyStringsToNull: true,
|
||||
convertEmptyStringsToNull: false,
|
||||
|
||||
types: [
|
||||
'application/x-www-form-urlencoded',
|
||||
|
||||
Reference in New Issue
Block a user