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.
2 parents a72fc24 + 0d2c457 commit 9ec121dCopy full SHA for 9ec121d
src/core/index.js
@@ -67,6 +67,7 @@ module.exports = function SwaggerUI(opts) {
67
// Initial set of plugins ( TODO rename this, or refactor - we don't need presets _and_ plugins. Its just there for performance.
68
// Instead, we can compile the first plugin ( it can be a collection of plugins ), then batch the rest.
69
presets: [
70
+ ApisPreset
71
],
72
73
// Plugins; ( loaded after presets )
0 commit comments