pub const DEFAULT_API_URL: &str = "https://api.loa.sh";Expand description
Default API URL for backend communication (production)
Can be overridden at build time with the API_URL environment variable. For local development, set API_URL=http://localhost:8787