Files
2026-02-10 22:11:06 -05:00

10 lines
218 B
JavaScript

window.onload = () => {
window.ui = SwaggerUIBundle({
url: 'openapi/master.yaml',
dom_id: '#swagger-ui',
deepLinking: true,
presets: [SwaggerUIBundle.presets.apis],
layout: 'BaseLayout',
});
};