Reactjs – Trying to route to /api/register using axios but getting 404 error cannot find
I have tried manually routing myself to /api/route (through localhost:3000) and it also gives me the 404 error page not found. I do think this is an error with routing as everything else looks good to me, and I do…