|
One of the changes in v5 was to make AFAIK, it is still possible to manipulate |
Answered by
thom-nic
Apr 29, 2025
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 |
0 replies
Answer selected by
thom-nic
|
|
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.querywhen the validation middleware needs to change it. I updated the gist linked above.