Reactjs – axios post request not working in my react component
I have a React app where I'm trying to create a POST request using Axios, but it doesn't seem to work. The strange part is I have checked my backend route and tested it with Nodemon. everything is working fine…