mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 19:48:11 +00:00
fix: http url
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ const http = axios.create({
|
|||||||
baseURL:
|
baseURL:
|
||||||
import.meta.env.VITE_API_DEV === '1' && import.meta.env.DEV
|
import.meta.env.VITE_API_DEV === '1' && import.meta.env.DEV
|
||||||
? 'http://localhost:3001'
|
? 'http://localhost:3001'
|
||||||
: 'https://spythere.spythere.eu',
|
: 'https://stacjownik.spythere.eu',
|
||||||
});
|
});
|
||||||
|
|
||||||
export default http;
|
export default http;
|
||||||
|
|||||||
Reference in New Issue
Block a user