selamlar json dosyamda iki tane dizi şeklinde veri bulunuyor ama axios ile silmeye çalıştığımda 404 Request failed with status code 404
AxiosError: Request failed with status code 404 şöle bir hata alıyorum ben mesajları tek tek değilde mesajları tutan diziyi komple silicem
const {MessageDelete,MessageDeleteoda,host} = useContext(TasksContext);
const HandleDelete=async(event)=>{
event.preventDefault();
// MessageDelete();
// MessageDeleteoda();
const configs={
headers: {'Content-Type': 'application/x-www-form-urlencoded'}
};
const afterDeletingTasks= await axios.delete(host+`${members}`);
setDel(afterDeletingTasks);
}
json dosyam:
{
"futbol": [
{
"id": "8350",
"username": "Nermin",
"picture": "https://lh3.googleusercontent.com/a/ACg8ocLbosHjpWKbFtFkju7g3NR52a-LWFISnK-a8Fbigm43jw=s96-c",
"aciklama": "sime hamas",
"uid": "33456"
},
{
"id": "2757",
"username": "Yazılımcı Joker",
"picture": "https://lh3.googleusercontent.com/a/ACg8ocL85_Vj7wlEvvkb3s6cvBLe2hgy7WhIQOaWDcfs6DLjllE=s96-c",
"aciklama": "sinema sanatçısıyım",
"uid": "7Easdasd"
},
],
"magazin": [
{
"id": "82189",
"username": "Yazılımcı Joker",
"picture": "https://lh3.googleusercontent.com/a/ACg8ocLbosHjpWKbFtFkju7g3NR52a-LWFISnK-a8Fbigm43jw=s96-c",
"aciklama": "Monica molina",
"uid": "7E2asdasd"
},