#2 баг загрузки ингредиента из модального окна коктейлей

This commit is contained in:
Kayashov.SM
2026-01-05 00:15:51 +04:00
parent 1fa351357b
commit 060188e9e0

View File

@@ -70,7 +70,7 @@ class IngredientClient {
}
findOne(id, selectIngredient, createError) {
api().get(`${requests.bar.ingredient}?id=${id}`)
api().get(`${requests.ingredient.crud}?id=${id}`)
.then((r) => {
selectIngredient(r.data)
})