dodanie widokow
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Jakub K 2024-03-11 20:53:15 +01:00
parent 6bdb3f6d91
commit c0ab73212b

View File

@ -148,7 +148,7 @@ class JobOfferDetailView(APIView):
job_offer = self.get_object(pk)
serializer = JobOfferSerializer(job_offer,)
else:
skill = Skill.objects.all()
job_offer = Skill.objects.all()
serializer = JobOfferSerializer(job_offer, manyy=True)
return Response(serializer.data)