Skip to content

setBasePath/setHost functionality for this UI version missing. #1027

@k11k2

Description

@k11k2
const ui = SwaggerUIBundle({
                    url: `url1` ,
                    dom_id: '#swagger-ui-1',
                    presets: [
                  SwaggerUIBundle.presets.apis,
                  // yay ES6 modules ↘
                  Array.isArray(SwaggerUIStandalonePreset) ? SwaggerUIStandalonePreset : SwaggerUIStandalonePreset.default
                    ],
                    plugins: [
                      SwaggerUIBundle.plugins.DownloadUrl
                    ],

                    layout: "StandaloneLayout"

                })

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions