diff --git a/src/http.ts b/src/http.ts index 6b6645a..9b1d8be 100644 --- a/src/http.ts +++ b/src/http.ts @@ -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;