Skip to content
Snippets Groups Projects
Commit 82db5513 authored by Erik Reid's avatar Erik Reid
Browse files

fix relative href path

parent b330909a
Branches
Tags
No related merge requests found
......@@ -15,10 +15,11 @@
<script>
window.onload = () => {
window.ui = SwaggerUIBundle({
url: '_static/openapi.json',
url: 'openapi.json',
dom_id: '#swagger-ui',
});
};
</script>
</body>
</html>
\ No newline at end of file
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment