diff --git a/src/core/index.js b/src/core/index.js index c0ba97c8..1d80e125 100644 --- a/src/core/index.js +++ b/src/core/index.js @@ -67,6 +67,7 @@ module.exports = function SwaggerUI(opts) { // Initial set of plugins ( TODO rename this, or refactor - we don't need presets _and_ plugins. Its just there for performance. // Instead, we can compile the first plugin ( it can be a collection of plugins ), then batch the rest. presets: [ + ApisPreset ], // Plugins; ( loaded after presets )