Skip to content

Commit

Permalink
Remove competition create
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacspe committed Nov 13, 2023
1 parent e5a5f15 commit f204ec7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions competition/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@ def generate_result_row(
}


class CompetitionViewSet(mixins.CreateModelMixin,
mixins.RetrieveModelMixin,
class CompetitionViewSet(mixins.RetrieveModelMixin,
mixins.UpdateModelMixin,
mixins.ListModelMixin,
viewsets.GenericViewSet):
Expand Down

0 comments on commit f204ec7

Please sign in to comment.