We're a place where coders share, stay up-to-date and grow their careers.
Hi, sorry for the late response, I was on vacations. Try to follow these tips and tell me if it works.
curl http://127.0.0.1:8088/products -H "Content-Type: application/json" -d '{"name": "socks", "stock": 7, "price": 2}
curl http://localhost:8088/products
Tell me if it works.
yes it is working thanks :)
Hi, sorry for the late response, I was on vacations. Try to follow these tips and tell me if it works.
curl http://127.0.0.1:8088/products -H "Content-Type: application/json" -d '{"name": "socks", "stock": 7, "price": 2}
curl http://localhost:8088/products
Tell me if it works.
yes it is working thanks :)