baseUrl.js 149 B

12
  1. import { API_HOST } from '../env';
  2. export const baseUrl = API_HOST || `${window.location.protocol}//${window.location.host}${window.baseUrl || ''}`;