Why is my AJAX request not working in Node.js and Express project?
I’m trying to make a request using ajax to my backend, but it always returns a 404 error, but my route exists.
I’m trying to make a request using ajax to my backend, but it always returns a 404 error, but my route exists.