export const getStrapiURL = () => { if (process.env.NODE_ENV === 'production') { return 'https://espectrosoft-backend.railway.internal' } if (process.env.NODE_ENV === 'development') { return 'http://localhost:1337'; }}