express deprecated router.param solution

Viewed 51

I newly started using express, and following a tutorial, I was using the param method from express.Router() and express said that it is deprecated. What should I use alternatively?

0 Answers
Related