apiFetch - universal fetch for dev/prod that prefixes API calls with the correct base URL
Usage: apiFetch('/users', { method: 'GET' }) apiFetch('https://external.com/endpoint') // untouched
Optional
apiFetch - universal fetch for dev/prod that prefixes API calls with the correct base URL
Usage: apiFetch('/users', { method: 'GET' }) apiFetch('https://external.com/endpoint') // untouched