Marketplace, CSS, iCal and a lot of things... #4

Closed
valentin wants to merge 59 commits from dev into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 872f237844 - Show all commits

View File

@ -78,7 +78,7 @@ class SlotViewset(ReadOnlyModelViewSet):
return Slot.objects.all()
class ColleViewset(ReadOnlyModelViewSet):
class ColleViewset(ModelViewSet):
serializer_class = ColleSerializer
permission_classes = [IsAuthenticated]