[API] Update swagger version

This commit is contained in:
Peter
2023-05-28 23:29:58 +02:00
parent 38cd376228
commit 6f875398c0
13 changed files with 13 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
window.onload = function() {
// Begin Swagger UI call region
const ui = SwaggerUIBundle({
window.ui = SwaggerUIBundle({
urls: [{url: "/api/openapi.yaml", name: "mailcow API"}],
dom_id: '#swagger-ui',
deepLinking: true,
@@ -15,5 +15,4 @@ window.onload = function() {
});
// End Swagger UI call region
window.ui = ui;
};