node-react-ecommerce icon indicating copy to clipboard operation
node-react-ecommerce copied to clipboard

Part 12: Product to redux

Open garvitagehlot1998 opened this issue 4 years ago • 1 comments

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)

garvitagehlot1998 avatar Jul 23 '20 15:07 garvitagehlot1998

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

you are missing "/" after product

Geetendra1 avatar Aug 01 '20 15:08 Geetendra1