@kyro-cms/admin 0.9.2 → 0.9.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
@@ -14604,10 +14604,6 @@ export default debug;
14604
14604
  { pattern: "/webhooks", entrypoint: "./pages/webhooks.astro" },
14605
14605
  { pattern: "/plugins", entrypoint: "./pages/plugins.astro" },
14606
14606
  { pattern: "/marketplace", entrypoint: "./pages/marketplace.astro" },
14607
- {
14608
- pattern: "/api-explorer",
14609
- entrypoint: "./pages/api-explorer.astro"
14610
- },
14611
14607
  { pattern: "/graphql", entrypoint: "./pages/graphql.astro" },
14612
14608
  {
14613
14609
  pattern: "/rest-playground",