bx-865-apps #1

Merged
ksenia_mikhailova merged 140 commits from bx-865-apps into main 2024-06-27 15:03:27 +03:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 488e70e493 - Show all commits

View File

@ -13,7 +13,7 @@ class ClickableAreaViewSet(viewsets.ModelViewSet):
queryset = ClickableArea.objects.all()
serializer_class = ClickableAreaSerializer
filterset_fields = (
"target",
"source",
"object_name",
)