You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My swagger config file (define in configUrl parameter) is downloaded two times (illustrated in the screenshot below).
From the code src/core/index.js and src/core/plugins/configs/spec-actions.js it's normal.
However I think it might be more efficient to check if the requests parameter exists before calling the getConfigByUrl method in the if condition to avoid double downloading.
Maybe I missed something?
Screenshots
The text was updated successfully, but these errors were encountered:
Q&A (please complete the following information)
Content & configuration
Swagger-UI configuration options:
And my swagger-config.json file:
How can we help?
My swagger config file (define in configUrl parameter) is downloaded two times (illustrated in the screenshot below).
From the code src/core/index.js and src/core/plugins/configs/spec-actions.js it's normal.
However I think it might be more efficient to check if the requests parameter exists before calling the getConfigByUrl method in the if condition to avoid double downloading.
Maybe I missed something?
Screenshots
The text was updated successfully, but these errors were encountered: