We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tested it in an air-gapped network. It keeps trying to access the below URLs:
https://cdn.jsdelivr.net/npm/swagger-ui-dist@5/swagger-ui.css https://cdn.jsdelivr.net/npm/swagger-ui-dist@5/swagger-ui-bundle.js https://fastapi.tiangolo.com/img/favicon.png
The text was updated successfully, but these errors were encountered:
Unfortunately, Swagger UI is bundled in one of our dependencies: FastAPI
Not sure we can easily use our own Swagger UI.
Sorry, something went wrong.
Unfortunately, Swagger UI is bundled in one of our dependencies: FastAPI Not sure we can easily use our own Swagger UI.
It is relatively simple to keep the files statically on the server: https://fastapi.tiangolo.com/how-to/custom-docs-ui-assets/#self-hosting-javascript-and-css-for-docs
@muriloglix thanks for the link. I implemented the changes to serve static files now 👍
Successfully merging a pull request may close this issue.
I tested it in an air-gapped network. It keeps trying to access the below URLs:
https://cdn.jsdelivr.net/npm/swagger-ui-dist@5/swagger-ui.css
https://cdn.jsdelivr.net/npm/swagger-ui-dist@5/swagger-ui-bundle.js
https://fastapi.tiangolo.com/img/favicon.png
The text was updated successfully, but these errors were encountered: