Files
stacjownik/src/scripts/utils/apiURLs.ts
T
2022-12-25 23:35:10 +01:00

6 lines
203 B
TypeScript

export const URLs = {
stacjownikAPI:
import.meta.env.VITE_APP_API_DEV == 1 && !import.meta.env.PROD ? 'http://localhost:3000' : 'https://spythere.pl',
stacjownikAPIDev: 'localhost:3000',
};