chore(api): url changes

This commit is contained in:
2024-04-08 23:40:24 +02:00
parent 31302cc053
commit 9c59c30f12
4 changed files with 16 additions and 1420 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ import axios from 'axios';
const http = axios.create({
baseURL:
import.meta.env.VITE_API_DEV === '1' && import.meta.env.DEV
? 'http://localhost:5500'
: 'https://static.spythere.eu',
? 'http://localhost:3001'
: 'https://spythere.spythere.eu',
});
export default http;