API Route Not Found
This HTML response indicates that the requested API endpoint does not have a handler configured.
If you're seeing this in the developer tools network tab, it means the API route you're trying to access doesn't exist or hasn't been implemented yet. The server is returning the default index.html instead of an API response.