Skip to content
Snippets Groups Projects
Commit 1ed6ad24 authored by borzechof99's avatar borzechof99 :whale2:
Browse files

Update DELETE of sports

parent c135975b
No related branches found
No related tags found
No related merge requests found
......@@ -231,7 +231,7 @@ class SmallSportListView(viewsets.ViewSet):
sport.delete()
return HttpResponse(status=200)
return Response(status=200, data={"message": "Erfolgreich entfernt!"})
class IncompleteSportView(APIView):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment