-
One of the changes in v5 was to make AFAIK, it is still possible to manipulate |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Update: This gist provides a couple options express5_mutable_query.js Thanks to a helpful answer on SO I have a solution that only mutates |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
Update: This gist provides a couple options express5_mutable_query.js
Thanks to a helpful answer on SO I have a solution that only mutates
req.query
when the validation middleware needs to change it. I updated the gist linked above.