This commit is contained in:
Vladimir Voronin
2024-11-04 17:41:35 +03:00
parent c2b8787ed4
commit 7ae38604d2
11 changed files with 168 additions and 82 deletions

View File

@@ -9,7 +9,7 @@ export const getCategories = async (type = null) => {
};
export const getCategoryTypes = async () => {
return await apiClient.get('/categories/types/');
return await apiClient.get('/categories/types');
}
export const createCategory = async (category: Category) => {