We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a3100c commit 94c16e6Copy full SHA for 94c16e6
docs/_static/redoc.html
@@ -22,7 +22,7 @@
22
<noscript>
23
ReDoc requires Javascript to function. Please enable it to browse the documentation.
24
</noscript>
25
- <redoc spec-url="../_static/openapi.json"></redoc>
+ <redoc spec-url="../../_static/openapi.json"></redoc>
26
<script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"></script>
27
</body>
28
</html>
docs/_static/swagger.html
@@ -17,7 +17,7 @@
17
<script>
18
window.onload = () => {
19
window.ui = SwaggerUIBundle({
20
- url: '../_static/openapi.json',
+ url: '../../_static/openapi.json',
21
dom_id: '#swagger-ui',
});
};
0 commit comments