I have added the code for profile picture, and its uploading the profile photo for users in media/profile/{userId.imageExt}
When I am fetching the image http://localhost:3030/api/media/profile/1.png
, so getting error. because device is not exit with uniqueId profile.
So which file is responsible for handling the api/media API.
Still wating for response, can anyone help on this topic.
@tananaev do the needfully waiting for your response.
I have added the code for profile picture, and its uploading the profile photo for users in media/profile/{userId.imageExt}
When I am fetching the image
http://localhost:3030/api/media/profile/1.png
, so getting error. because device is not exit with uniqueId profile.So which file is responsible for handling the api/media API.