From dee2b23297533c2d36bf9b7489d715400207ad58 Mon Sep 17 00:00:00 2001 From: Thomas Rubini <74205383+ThomasRubini@users.noreply.github.com> Date: Thu, 26 Jan 2023 16:40:11 +0100 Subject: [PATCH] change recipe img link to point to action --- Models/RecipeModel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/RecipeModel.php b/Models/RecipeModel.php index 4004e6d..c4fad86 100644 --- a/Models/RecipeModel.php +++ b/Models/RecipeModel.php @@ -87,7 +87,7 @@ final class RecipeModel } public function getImgLink(){ - return '/static/img/recipes/'.$this->I_ID; + return '/recipe/img/'.$this->I_ID; } public function getLink(){