1285c2fe60
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
290 B
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,
});