bradtraversy / proshop_mern

Shopping cart built with MERN & Redux
1.99k stars 1.18k forks source link

Cast to Object filed for value top #67

Closed Tolgan closed 3 years ago

Tolgan commented 3 years ago

You should change route for top products; " api/product/top" gives error because of "/api/products/:id" , i dont know why you didnt get this error, maybe it can be helpful for someone follow through and having this error too.

basir commented 3 years ago

you need to move /top above /:id the productRoutes.js here: https://github.com/bradtraversy/proshop_mern/blob/master/backend/routes/productRoutes.js#L16