This commit is contained in:
Vladimir Voronin
2024-10-24 18:50:31 +03:00
parent 86cfbf7d66
commit 40ef9674e9
2 changed files with 3 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ const apiClient = axios.create({
'Content-Type': 'application/json',
}
});
export default apiClient;