I want to show a image in my Frontend but I need to go to a different folder in order to do it For example, in this response i get
idAchievement:19
description: "Kill 50 monsters"
medal:"mage212952795.png"
type:"Kills"
value:50
and the picture that I want to show is in the attribute medal.
But the path to the folder where the images are stored in the backend is \shooterland\Website\Backend\shooterlandWebBack\shooterlandWebBack\Image
while my Frontend is in the path \shooterland\Website\Frontend\src\app\achievement-list
.
How can I go the the desired path?