drift-org / backend

2 stars 0 forks source link

Update user GET route to default to authenticated user #48

Open aidenszeto opened 3 years ago

aidenszeto commented 3 years ago

The GET route currently requires a user ID as input. Instead of enforcing a user ID to be passed in, the route should return the user info of the authenticated user.