fix(front) Добавил строку категорий и карточек товара

This commit is contained in:
2026-06-09 17:30:21 +03:00
parent 04b1be4c54
commit f325b6b31f
5 changed files with 145 additions and 11 deletions
+1 -1
View File
@@ -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`)