Skip to content

Commit

Permalink
temp add OpenAPIRenderer
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Jul 11, 2024
1 parent 5df8d19 commit 84b7949
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rdmo/core/swagger.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

class SwaggerSchemaView(LoginRequiredMixin, APIView):
renderer_classes = [
renderers.OpenAPIRenderer,
renderers.SwaggerUIRenderer,
]

Expand Down

0 comments on commit 84b7949

Please sign in to comment.