Skip to content

Commit

Permalink
Fix REDOC path
Browse files Browse the repository at this point in the history
  • Loading branch information
ahopkins committed Jan 12, 2025
1 parent 5f7214d commit 90d86b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sanic_ext/extensions/openapi/ui/redoc.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</style>
</head>
<body>
<redoc spec-url="__URL_PREFIX____URL_CONFIG__"></redoc>
<redoc spec-url="__URL_PREFIX____URL_JSON__"></redoc>
<script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"></script>
</body>
</html>

0 comments on commit 90d86b7

Please sign in to comment.