diff --git a/plugins/azure-devops/src/routes.ts b/plugins/azure-devops/src/routes.ts index 881ed8cc30..0d20c12beb 100644 --- a/plugins/azure-devops/src/routes.ts +++ b/plugins/azure-devops/src/routes.ts @@ -18,7 +18,6 @@ import { createRouteRef } from '@backstage/core-plugin-api'; export const azurePullRequestDashboardRouteRef = createRouteRef({ id: 'azure-pull-request-dashboard', - path: '', }); export const azurePipelinesEntityContentRouteRef = createRouteRef({