DEV Community

Discussion on: MERN stack TODO application [Frontend]

Collapse
 
cyclokitty profile image
Laura Veee

I have a problem with the handleDelete function in showTodoList component. I keep getting a 404 axios error and the function only deletes the title and description from the mongodb record.

I've checked the routing to my localhost and it looks correct. http://localhost:8000/api/todo/${e.target.name} but still no love.