This commit is contained in:
2025-11-09 13:03:44 +01:00
parent 4bc7357e41
commit bc33f68209
24 changed files with 5665 additions and 5261 deletions
+8
View File
@@ -0,0 +1,8 @@
import axios from 'axios';
const api = axios.create({
baseURL: '/api',
withCredentials: true,
});
export default api;