auth
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user