change recipe img link to point to action

This commit is contained in:
Thomas Rubini 2023-01-26 16:40:11 +01:00
parent 7f72d9a9da
commit dee2b23297
No known key found for this signature in database
GPG Key ID: C7D287C8C1CAC373

View File

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