/** * Global API Configuration — binshad.me * * Change this single variable to point the frontend anywhere: * - Local dev: 'http://localhost:8000/api' * - Production: 'https://api.binshad.me/api' * - cPanel subfolder: 'https://binshad.me/api' */ const API_BASE_URL = window.location.hostname === 'localhost' ? 'http://localhost:8000/api' : 'https://api.binshad.me/api'; // <-- EDIT THIS ONLY