shokupan 0.10.3 → 0.10.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -3757,6 +3757,7 @@ class ApiExplorerPlugin extends ShokupanRouter {
3757
3757
  super({ renderer: renderToString });
3758
3758
  this.pluginOptions = pluginOptions;
3759
3759
  pluginOptions.path ??= "/explorer";
3760
+ this.init();
3760
3761
  }
3761
3762
  onInit(app, options) {
3762
3763
  const path = this.pluginOptions.path || options?.path || "/apiexplorer";