n-shinde / PeakPeeps

Group Project for CSC 365
0 stars 0 forks source link

Fix Users endpoints #66

Closed jqueja closed 10 months ago

jqueja commented 10 months ago

def get_user(username: str): def update_followers(user_to_update: str, follower_to_add: str):

Working on these end points!