fixed test and accidental method override

This commit is contained in:
vabene1111
2025-06-05 16:22:30 +02:00
parent 6a43a01dd4
commit 8e1893a215
9 changed files with 85 additions and 1843 deletions

View File

@@ -603,7 +603,7 @@ class SyncViewSet(LoggingMixin, viewsets.ModelViewSet):
@extend_schema(responses=SyncLogSerializer(many=False))
@decorators.action(detail=True, pagination_class=None, methods=['POST'], )
def perform_update(self, request, pk):
def query_synced_folder(self, request, pk):
sync = get_object_or_404(Sync, pk=pk)
sync_log = None