From dbdd79f8bcd77c1320b5be47a65dfc57d5eb8f51 Mon Sep 17 00:00:00 2001 From: Andre Wanlin Date: Sat, 21 Oct 2023 15:51:16 -0500 Subject: [PATCH] chore: minor GraphQL related updates Signed-off-by: Andre Wanlin --- app-config.yaml | 6 +----- packages/app/src/App.tsx | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/app-config.yaml b/app-config.yaml index 2ca4c2fc6..314c201af 100644 --- a/app-config.yaml +++ b/app-config.yaml @@ -34,7 +34,7 @@ backend: connection: ':memory:' reading: allow: - - host: https://demo.backstage.io + - host: demo.backstage.io paths: - /api/graphql/schema @@ -88,10 +88,6 @@ catalog: - type: url target: https://github.com/backstage/backstage/blob/master/catalog-info.yaml - # The demo site - - type: url - target: https://github.com/backstage/demo/blob/master/catalog-info.yaml - costInsights: engineerCost: 200000 products: diff --git a/packages/app/src/App.tsx b/packages/app/src/App.tsx index 301e118c3..96f59c8d9 100644 --- a/packages/app/src/App.tsx +++ b/packages/app/src/App.tsx @@ -89,7 +89,7 @@ const routes = ( } /> - } /> + } /> }