This commit is contained in:
Vladimir Voronin
2024-10-24 23:18:56 +03:00
parent f2e94764a3
commit 95debfbd71
5 changed files with 55 additions and 54 deletions

View File

@@ -3,7 +3,7 @@ import axios from 'axios';
// Создание экземпляра axios с базовым URL
const apiClient = axios.create({
baseURL: 'https://luminic.space/api/v1',
baseURL: 'http://localhost:8000/api/v1',
headers: {
'Content-Type': 'application/json',