Files
backstage/.changeset/tough-wombats-taste.md
T
2022-01-19 16:37:07 +01:00

290 B

@backstage/plugin-org
@backstage/plugin-org
minor

BREAKING: Added a new and required catalogIndex external route. It should typically be linked to the catalogIndex route of the Catalog plugin:

bind(orgPlugin.externalRoutes, {
  catalogIndex: catalogPlugin.routes.catalogIndex,
});