PEC-CSS / acm-website-backend

Backend of the official website of PEC ACM CSS
MIT License
18 stars 2 forks source link

Fixing /users/events #73

Closed harshjohar closed 8 months ago

harshjohar commented 8 months ago

Should return a LIST! not a page. Fix your assumptions as well.

harshjohar commented 8 months ago

Expected Response

{
    "events": [
        {
            "id": eventId,
            "name": eventName,
            "role": eventRole,
            "xp_gained": eventXp,
            "timestamp": eventEnd
        }
    ]
}