Skip to content

Commit 90d86b7

Browse files
committed
Fix REDOC path
1 parent 5f7214d commit 90d86b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sanic_ext/extensions/openapi/ui/redoc.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</style>
1515
</head>
1616
<body>
17-
<redoc spec-url="__URL_PREFIX____URL_CONFIG__"></redoc>
17+
<redoc spec-url="__URL_PREFIX____URL_JSON__"></redoc>
1818
<script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"></script>
1919
</body>
2020
</html>

0 commit comments

Comments
 (0)