We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My delete and put requests are not working but get and post are working fine
This is my Repository: https://github.com/Harshh-singh/Ecommerce-demo/blob/master/db.json
This is the API: https://my-json-server.typicode.com/Harshh-singh/Ecommerce-demo/blob/master/products/
This is my delete request: const res = await axios.delete("https://my-json-server.typicode.com/Harshh-singh/Ecommerce-demo/blob/master/products/5");
This is my get request: const res = await axios.get("https://my-json-server.typicode.com/Harshh-singh/dummy-ecommerce-api/blob/main/products/"; );
The text was updated successfully, but these errors were encountered:
No branches or pull requests
My delete and put requests are not working but get and post are working fine
This is my Repository: https://github.com/Harshh-singh/Ecommerce-demo/blob/master/db.json
This is the API: https://my-json-server.typicode.com/Harshh-singh/Ecommerce-demo/blob/master/products/
This is my delete request: const res = await axios.delete("https://my-json-server.typicode.com/Harshh-singh/Ecommerce-demo/blob/master/products/5");
This is my get request: const res = await axios.get("https://my-json-server.typicode.com/Harshh-singh/dummy-ecommerce-api/blob/main/products/";
);
The text was updated successfully, but these errors were encountered: