export const baseUrlApi = (url: string) => process.env.NODE_ENV === "development" ? `/api/${url}` : `https://api.hrwallet8.com/${url}`;