gstroup / apimocker

node.js module to run a simple http server for mock service responses.
MIT License
280 stars 81 forks source link

Express deprecated req.param(name) #88

Closed ringodotnl closed 6 years ago

ringodotnl commented 6 years ago

Getting warning: Express deprecated req.param(name): Use req.params, req.body, or req.query instead at AppData\Roaming\npm\node_modules\apimocker\lib\apimocker.js:409:19

Installed the latest apimocker and node v8.7.0

How to solve this warning ?

Cheers

gstroup commented 6 years ago

fixed in v1.0.2