Adds team and hunter leaderboard endpoints
This commit is contained in:
@@ -40,8 +40,3 @@ All endpoints except `/signup` and `/login` require a JWT bearer token.
|
||||
3. Include the access token in requests: `Authorization: Bearer <token>`
|
||||
4. Refresh an expired token: `POST /refresh`
|
||||
5. Log out: `POST /logout`
|
||||
|
||||
## TODO
|
||||
|
||||
- `GET /lead/hunt/{huntId}/team` — leaderboard: teams with scores for a hunt
|
||||
- `GET /lead/hunt/{huntId}/hunter` — leaderboard: hunters with scores for a hunt
|
||||
|
||||
Reference in New Issue
Block a user