Title: Spring Boot API Endpoint Returning 404 Not Found for Registration Request (no databases)
I’m developing a web application deployed on Azure. The registration endpoint of my API is returning a 404 Not Found error when accessed from the frontend. The backend is set up to handle registration requests, and the frontend is correctly configured to send the registration data.
this is the java controller
it also returns a 404 when deployed on a localhost. (ive checked if the endpoints are correct yes)
the end goal for me is so my login works (deployed on azure) and not just localhost if i even get that to work