Fix the rendering of the embedded API doc

This commit is contained in:
Quentin Gliech
2025-02-12 18:19:25 +01:00
parent c5cd4dfdcf
commit 08a8774133
4 changed files with 10 additions and 8 deletions

View File

@@ -18,10 +18,10 @@ Please see LICENSE in the repository root for full details.
callbackUrl: "{{ callback_url | add_slashes | safe }}",
};
</script>
{{ include_asset('src/swagger.tsx') | indent(4) | safe }}
{{ include_asset('src/swagger.ts') | indent(4) | safe }}
</head>
<body>
<div id="root"></div>
<div id="swagger-ui"></div>
</body>
</html>