diff --git a/src/services/axiosSetup.ts b/src/services/axiosSetup.ts index f0f313c..326823a 100644 --- a/src/services/axiosSetup.ts +++ b/src/services/axiosSetup.ts @@ -4,8 +4,8 @@ import { useRouter } from 'vue-router'; // Создаем экземпляр axios const api = axios.create({ - // baseURL: 'https://luminic.space/api/v1', - baseURL: 'http://localhost:8000/api/v1', + baseURL: 'https://luminic.space/api/v1', + // baseURL: 'http://localhost:8000/api/v1', }); // Устанавливаем токен из localStorage при каждом запуске