mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-28 12:36:52 +00:00
[Web] Swagger UI: explicitly define used OpenAPI specifications (#4587)
This commit is contained in:
parent
9a812edee4
commit
b68eae16e5
1 changed files with 1 additions and 1 deletions
|
|
@ -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: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue