Describe the bug
GET /v1/users/{user_id}
Response contains wrong URLs of images, starting with http://localhost/static/media/users/.
Issue exists only for the development instance. Correct links are received for the production instance.
Expected behavior
Links should start with https://open-event-api-dev.herokuapp.com/static/media/users/.