Skip to content

Commit

Permalink
Merge pull request #169 from ractf/hotfix/browsable-ctftime-endpoint
Browse files Browse the repository at this point in the history
Remove BrowsableAPIRenderer from CTFTimeListView
  • Loading branch information
david-cooke authored Aug 9, 2021
2 parents 86da7d9 + a39077e commit b525886
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/leaderboard/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def should_hide_scoreboard():
class CTFTimeListView(APIView):
renderer_classes = (
JSONRenderer,
BrowsableAPIRenderer,
)

def get(self, request, *args, **kwargs):
Expand Down

0 comments on commit b525886

Please sign in to comment.