fix(front) Добавил строку категорий и карточек товара
This commit is contained in:
@@ -37,4 +37,4 @@ export const updateItem = (id, itemData) =>
|
||||
|
||||
export const deleteItem = (id) => axios.delete(`${API_URL}/items/${id}`);
|
||||
|
||||
export const getAllCategories = () => axios.get(`${API_URL}/getCategory`)
|
||||
export const getAllCategories = () => axios.get(`${API_URL}/getCategories`)
|
||||
|
||||
Reference in New Issue
Block a user