You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i used axios to send requests on the json server, get and post requests are working correctly but when i am trying to send put, patch, and delete request it will gives me an error which is 404 not found. How can I solve this problem, and I think this problem can be inside of the json-server package. Please give me the all ways to solve this problem in my react application. I created json server by using this command "npx create json-server -p 3000 -w json/db.json"
The text was updated successfully, but these errors were encountered:
i used axios to send requests on the json server, get and post requests are working correctly but when i am trying to send put, patch, and delete request it will gives me an error which is 404 not found. How can I solve this problem, and I think this problem can be inside of the json-server package. Please give me the all ways to solve this problem in my react application. I created json server by using this command "npx create json-server -p 3000 -w json/db.json"
The text was updated successfully, but these errors were encountered: