1 2
export const BASE_PATH = import.meta.env.BASE || "/"; export const API_BASE_PATH = `${BASE_PATH}api/`;