Fix logins and add routes.

This commit is contained in:
2026-04-03 12:55:05 +02:00
parent f2397b6d31
commit ae31644831
15 changed files with 470 additions and 10 deletions

View File

@@ -35,7 +35,7 @@ class IngredientRepository extends Repository implements LinkableInterface {
return [
'table' => 'Ingredient',
'columns' => [
'num_ingredient', 'nom_ingredient'
'num_ingredient', 'nom_ingredient', 'photo_ingredient',
],
'link_recettes' => 'Listeingredient'
];