We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f7214d commit 90d86b7Copy full SHA for 90d86b7
sanic_ext/extensions/openapi/ui/redoc.html
@@ -14,7 +14,7 @@
14
</style>
15
</head>
16
<body>
17
- <redoc spec-url="__URL_PREFIX____URL_CONFIG__"></redoc>
+ <redoc spec-url="__URL_PREFIX____URL_JSON__"></redoc>
18
<script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"></script>
19
</body>
20
</html>
0 commit comments