aktualizacja URLi

This commit is contained in:
2023-09-03 17:58:55 +02:00
parent e836bbed0c
commit e5fe727ccd
3 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -2,6 +2,6 @@ export const URLs = {
stacjownikAPI:
import.meta.env.VITE_APP_API_DEV == 1 && !import.meta.env.PROD
? 'http://localhost:3001'
: 'https://spythere.pl',
: 'https://stacjownik.spythere.pl',
stacjownikAPIDev: 'localhost:3000',
};