We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e84a0 commit 0dccd48Copy full SHA for 0dccd48
src/core/index.js
@@ -65,6 +65,7 @@ module.exports = function SwaggerUI(opts) {
65
// Initial set of plugins ( TODO rename this, or refactor - we don't need presets _and_ plugins. Its just there for performance.
66
// Instead, we can compile the first plugin ( it can be a collection of plugins ), then batch the rest.
67
presets: [
68
+ ApisPreset
69
],
70
71
// Plugins; ( loaded after presets )
0 commit comments