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
config
Currently the logic for getting configuration options is contained inside: https://github.com/swagger-api/swagger-ui/blob/master/src/core/index.js
We should move it to a separate config module and refactor it to make the code more understandable and maintanable.
The text was updated successfully, but these errors were encountered:
refactor: consolidate configuration code into config
5f977bf
Refs #9806
refactor: consolidate all config related code into config module (#9811)
68eb346
Refs #9806 Co-authored-by: Vladimír Gorej <vladimir.gorej@gmail.com>
Addressed in 68eb346
Sorry, something went wrong.
char0n
glowcloud
No branches or pull requests
Currently the logic for getting configuration options is contained inside: https://github.com/swagger-api/swagger-ui/blob/master/src/core/index.js
We should move it to a separate
config
module and refactor it to make the code more understandable and maintanable.The text was updated successfully, but these errors were encountered: