(critical) wrong dist for redoc #546
Labels
bug
Something isn't working
fix confirmation pending
issue has been fixed and confirmation from issue reporter is pending
in https://github.com/tfranzel/drf-spectacular/blob/master/drf_spectacular/views.py
there is a bug:
on line 203:
return spectacular_settings.SWAGGER_UI_DIST
should be
return spectacular_settings.REDOC_DIST
The text was updated successfully, but these errors were encountered: