core-api: deprecate app.getRoutes
This commit is contained in:
@@ -187,6 +187,8 @@ export type BackstageApp = {
|
||||
|
||||
/**
|
||||
* Routes component that contains all routes for plugin pages in the app.
|
||||
*
|
||||
* @deprecated Registering routes in plugins is deprecated and this method will be removed.
|
||||
*/
|
||||
getRoutes(): JSX.Element[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user