bounswe / bounswe2017group6

InterestHub
http://34.209.230.231:8080/
6 stars 10 forks source link

Profile Photo Wrong path #384

Closed gokceuludogan closed 6 years ago

gokceuludogan commented 6 years ago

About

The user's profile photo path returns wrong. For example, when I try to get the user profile photo with id 2, it returns "http://34.209.230.231:8000/users/2/images/user/profile_img.jpg" for user.profile.photo. However, the file is stored in the "http://34.209.230.231:8000/images/user/profile_img.jpg"

gokceuludogan commented 6 years ago

The same issue exists for also group logos.The returned logo is "http://34.209.230.231:8000/groups/1/images/group/favicon-196.png", but it should be "http://34.209.230.231:8000/images/group/favicon-196.png"

gokceuludogan commented 6 years ago

The problem isn't solved. Now it returns "http://34.209.230.231:8000/users/2/images/user/github.jpg" but it is stored in "http://34.209.230.231:8000/images/user/github.jpg" @yhkalayci