I have a Laravel API for my backend and Vue Cli 3 for my front end. I am trying to access images from storage/app/avatars - Laravel to my front end Vue. So far I've done php artisan storage:link and it created a shortcut folder to my public. I have this in my controller User Controller show function
User Controller show function:
Here is a return response from postman :
when I open the link either thru browser or postman i get response 404 not found :