Skip to content

Commit

Permalink
Merge pull request #99 from yoursvivek/redoc-ui-fix
Browse files Browse the repository at this point in the history
redoc ui fix
  • Loading branch information
kemingy authored Jan 7, 2021
2 parents fd68dc6 + c823fef commit 5af4730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spectree/plugins/page.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PAGES = {
# https://github.com/Redocly/redoc
"redoc": """ # noqa: E501
"redoc": """
<!DOCTYPE html>
<html>
<head>
Expand All @@ -26,7 +26,7 @@
<redoc spec-url='{}'></redoc>
<script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"> </script>
</body>
</html>""",
</html>""", # noqa: E501
# https://swagger.io
"swagger": """
<!-- HTML for static distribution bundle build -->
Expand Down

0 comments on commit 5af4730

Please sign in to comment.