Javascript – POST request to /api/notes/addnote endpoint returning 404 Not Found error
I'm encountering an issue when making a POST request to the /api/notes/addnote endpoint. The server responds with a 404 Not Found error. I have checked the server-side code and verified that the endpoint is correctly defined. Here are the details…