tvaroglu / spot_me_frontend

SpotMe is a 10-day, 6 person project, during Mod 3 of 4 for Turing School's Back End Engineering Program.
https://spotme-app.herokuapp.com
3 stars 1 forks source link

Dashboard - User's Followers Endpoint #80

Closed tvaroglu closed 3 years ago

tvaroglu commented 3 years ago

We have an endpoint for "user's friends", which is users who the current user is following

We need an endpoint for followees (followers of the current user), which are users that are following the current user:

BE update currently in progress via this issue