Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This XML file does not appear to have any style information associated with it. The document tree is shown below. #17

Open
des1roer opened this issue Aug 10, 2022 · 0 comments

Comments

@des1roer
Copy link

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<title>Swagger UI</title> <style> html { box-sizing: border-box; overflow: -moz-scrollbars-vertical; overflow-y: scroll; } *, *:before, *:after { box-sizing: inherit; } body { margin: 0; background: #fafafa; } </style>

<script> window.onload = function () { // Build a system const ui = SwaggerUIBundle({ url: "/site/json-schema", dom_id: '#swagger-ui', deepLinking: true, jsonEditor: true, displayRequestDuration: true, filter: true, validatorUrl: null, presets: [ SwaggerUIBundle.presets.apis, SwaggerUIStandalonePreset ], plugins: [ SwaggerUIBundle.plugins.DownloadUrl ], layout: "StandaloneLayout" }); window.ui = ui } </script> <script src="/assets/392fec08/swagger-ui-bundle.js"></script> <script src="/assets/392fec08/swagger-ui-standalone-preset.js"></script>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant