feature/meetings #46
@ -376,6 +376,7 @@ def api_root(request, format=None):
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
"availability_system": {
|
||||
"description": "Flexible day-time availability management",
|
||||
"features": [
|
||||
|
||||
@ -298,6 +298,7 @@ class UserAppointmentStatsView(generics.GenericAPIView):
|
||||
id__in=appointment_ids
|
||||
)
|
||||
|
||||
|
||||
def get(self, request, *args, **kwargs):
|
||||
queryset = self.get_queryset()
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user