diff --git a/frontend/src/api/api.js b/frontend/src/api/api.js index 3f57dc8..c56a50a 100644 --- a/frontend/src/api/api.js +++ b/frontend/src/api/api.js @@ -4,8 +4,8 @@ import router from '@/router' import { useAuthStore } from '@/stores/authStore' const api = axios.create({ - // baseURL: '/odoo/api', // Twój backend - baseURL: 'http://localhost:8000', // Twój backend + baseURL: '/odoo/api', // Twój backend + // baseURL: 'http://localhost:8000', // Twój backend }) // Request interceptor – dodawanie tokena