You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add query parameters to the findAll endpoint of the Event controller. If no parameters are passed, return all the events, but in a descending order based on the date.
Use offset based pagination in the service method, define the take and skip values as query parameters in the controller. Apply descending order based on the date in this case as well.
The text was updated successfully, but these errors were encountered:
Add query parameters to the findAll endpoint of the Event controller. If no parameters are passed, return all the events, but in a descending order based on the date.
Use offset based pagination in the service method, define the take and skip values as query parameters in the controller. Apply descending order based on the date in this case as well.
The text was updated successfully, but these errors were encountered: