Skip to content

Commit 94c16e6

Browse files
committed
[DOP-23620] Fix missing OpenAPI schema in docs
1 parent 2a3100c commit 94c16e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/_static/redoc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<noscript>
2323
ReDoc requires Javascript to function. Please enable it to browse the documentation.
2424
</noscript>
25-
<redoc spec-url="../_static/openapi.json"></redoc>
25+
<redoc spec-url="../../_static/openapi.json"></redoc>
2626
<script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"></script>
2727
</body>
2828
</html>

docs/_static/swagger.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<script>
1818
window.onload = () => {
1919
window.ui = SwaggerUIBundle({
20-
url: '../_static/openapi.json',
20+
url: '../../_static/openapi.json',
2121
dom_id: '#swagger-ui',
2222
});
2323
};

0 commit comments

Comments
 (0)