Skip to content

Commit

Permalink
[Web] Swagger UI: explicitly define used OpenAPI specifications (#4587)
Browse files Browse the repository at this point in the history
  • Loading branch information
andristeiner committed May 13, 2022
1 parent 9a812ed commit b68eae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/web/api/index.html
Expand Up @@ -39,7 +39,7 @@
window.onload = function() {
// Begin Swagger UI call region
const ui = SwaggerUIBundle({
url: "/api/openapi.yaml",
urls: [{url: "/api/openapi.yaml", name: "mailcow API"}],
dom_id: '#swagger-ui',
deepLinking: true,
presets: [
Expand Down

0 comments on commit b68eae1

Please sign in to comment.