mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-08 09:53:24 +00:00
🩹(backend) add page_size to pagination for room endpoints
Align room endpoints with the pagination behavior used across other API endpoints and resolve issue #1055.
This commit is contained in:
committed by
aleb_the_flash
parent
8b1ff536b3
commit
c3fd1a89ef
@@ -224,6 +224,7 @@ class RoomViewSet(
|
||||
API endpoints to access and perform actions on rooms.
|
||||
"""
|
||||
|
||||
pagination_class = Pagination
|
||||
permission_classes = [permissions.RoomPermissions]
|
||||
queryset = models.Room.objects.all()
|
||||
serializer_class = serializers.RoomSerializer
|
||||
|
||||
Reference in New Issue
Block a user