Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#1691 | source compare is not swagger ready
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Jan 18, 2024
1 parent e8ed993 commit dad0f93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/sources/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,7 @@ def post(self, request, **kwargs):

class SourceVersionComparisonView(BaseAPIView): # pragma: no cover
permission_classes = (CanViewConceptDictionaryVersion,)
swagger_schema = None

def get_objects(self):
data = self.request.data
Expand Down

0 comments on commit dad0f93

Please sign in to comment.