fix: http url

This commit is contained in:
2024-04-08 23:44:37 +02:00
parent 9c59c30f12
commit 6255efd98d
+1 -1
View File
@@ -4,7 +4,7 @@ const http = axios.create({
baseURL:
import.meta.env.VITE_API_DEV === '1' && import.meta.env.DEV
? 'http://localhost:3001'
: 'https://spythere.spythere.eu',
: 'https://stacjownik.spythere.eu',
});
export default http;