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