can you ask for the backend url again
To integrate your backend, please share:
Once I have these, I’ll finalize the proxy at /api/portfolio_risk and point the dashboard fetcher to it.
https://jaisuryavarma-riskiq-backend.hf.space/risk/Here is the backend url
I updated the proxy to treat BACKEND_URL as the exact backend endpoint (no extra path appended) and changed the dashboard to call the proxy at /api/portfolio_risk. This eliminates the HTML 404 from hitting a non-existent route and aligns with your provided backend URL. If your backend requires an API key, add BACKEND_API_KEY in Vars and the proxy will send it as x-api-key automatically.