basir / node-react-ecommerce

Build ECommerce Website Like Amazon By React & Node & MongoDB
https://node-react-ecommerce-app.herokuapp.com/
1.69k stars 793 forks source link

Part 12: Product to redux #92

Open garvitagehlot1998 opened 4 years ago

garvitagehlot1998 commented 4 years ago

In details section when product is been clicked it's showing this error. please help me with this GET http://localhost:3000/api/products2 404 (Not Found)

Geetendra1 commented 4 years ago

@garvitagehlot1998 api should be http://localhost:3000/api/product/2

you are missing "/" after product