Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Як визначити маршрут з параметром у Express?
app.get('/user/:id', (req, res) => { ... });
app.route('/user/:id', (req, res) => { ... });
app.param('/user/:id', (req, res) => { ... });
app.path('/user/:id', (req, res) => { ... });
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!