This commit is contained in:
Vladimir Voronin
2024-10-25 13:28:44 +03:00
parent 37d974b8fc
commit b007fdcb81
9 changed files with 144 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
// src/services/categoryService.ts
import apiClient from '@/plugins/axios';
import apiClient from '@/services/axiosSetup';
import {Category} from "@/models/Category"; // Импортируете настроенный экземпляр axios
export const getCategories = async (type = null) => {