fix(front,back) Добавил на бек выгрузку категорий, начало разработки shop

This commit is contained in:
2026-06-09 15:42:18 +03:00
parent ea70e6914e
commit 04b1be4c54
5 changed files with 57 additions and 5 deletions
+2
View File
@@ -36,3 +36,5 @@ export const updateItem = (id, itemData) =>
axios.patch(`${API_URL}/items/${id}`, itemData);
export const deleteItem = (id) => axios.delete(`${API_URL}/items/${id}`);
export const getAllCategories = () => axios.get(`${API_URL}/getCategory`)