Merge pull request #3854 from backstage/rugvip/flat

core-api: rename BackstageRoutes to FlatRoutes
This commit is contained in:
Patrik Oldsberg
2020-12-28 13:36:39 +01:00
committed by GitHub
4 changed files with 7 additions and 9 deletions
+1 -1
View File
@@ -3,4 +3,4 @@
'@backstage/core': patch
---
Add `BackstageRoutes` component to replace the top-level `Routes` component from `react-router` within apps, removing the need for manually appending `/*` to paths or sorting routes.
Add `FlatRoutes` component to replace the top-level `Routes` component from `react-router` within apps, removing the need for manually appending `/*` to paths or sorting routes.