Spaces:
Sleeping
Sleeping
File size: 333 Bytes
42ff43e | 1 2 3 4 5 6 | // API location for the frontend.
// When the static frontend is hosted separately (e.g. Cloudflare Pages), point
// it at the Hugging Face Space that runs the FastAPI backend. Leave as "" to use
// the same origin (when the frontend is served by the backend itself).
window.NEPHRO_API_BASE = "https://sadiqm-nephroscreen.hf.space";
|