diff --git a/smoothschedule/smoothschedule/platform/api/views.py b/smoothschedule/smoothschedule/platform/api/views.py index 0da1d0e4..36bdb6a9 100644 --- a/smoothschedule/smoothschedule/platform/api/views.py +++ b/smoothschedule/smoothschedule/platform/api/views.py @@ -34,6 +34,7 @@ from .permissions import ( CanReadServices, CanReadResources, CanReadAvailability, + CanReadBookings, BookingsReadWritePermission, CustomersReadWritePermission, CanManageWebhooks,