fix - ig item.groupes is null default set 'V'

This commit is contained in:
2025-11-12 11:46:38 +03:30
parent 212f7a3859
commit 58ac88bde8
3 changed files with 4 additions and 4 deletions

View File

@@ -150,4 +150,4 @@ class RancherViewSet(viewsets.ModelViewSet, DynamicSearchMixin):
else:
return Response({
"message": "rancher has not existence"
}, status=status.HTTP_403_FORBIDDEN)
}, status=status.HTTP_404_NOT_FOUND)