demo
demo copied to clipboard
How do you delete
Hi, I try deleting my JSON file using Axios delete and it is not working I can post and get but deleting gives me a Hard time any body care to help? here is my post request.
axios.delete(`http://localhost:3000/items/demo/posts`, {
})