update url api

This commit is contained in:
2023-03-10 01:42:10 +01:00
parent 6af67ec741
commit 50375099ab
2 changed files with 2 additions and 2 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:3000'
: 'https://stacjownik.spythere.pl',
: 'https://spythere.pl',
stacjownikAPIDev: 'localhost:3000',
};