Skip to content

Commit

Permalink
docs: Add links to useful docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Nov 10, 2021
1 parent 032cadc commit 756dc39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/controller/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ class FilterDatasetSerializer(serializers.Serializer):
filter_message = FilterObjectSerializer()


# https://www.django-rest-framework.org/api-guide/schemas/
# https://www.django-rest-framework.org/coreapi/schemas/
class CustomSchema(AutoSchema):
def get_responses(self, path, method):
responses = super().get_responses(path, method)
Expand Down

0 comments on commit 756dc39

Please sign in to comment.