Compare commits
1 Commits
1fa351357b
...
dev
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
060188e9e0 |
@@ -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)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user