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(){