How to use params.parse?
Before deprecation of
parseParams
, I used to do
Couldn't figure out how to implement the same behaviour with parse.params
method.2 Replies
continuing-cyan•11mo ago
it's
params.parse
and, I guess, it should work the same
you need to set
sunny-greenOP•11mo ago
Thanks!