Skip to content

Commit

Permalink
Merge pull request #177 from awanlin/chore/minor-graphql-updates
Browse files Browse the repository at this point in the history
chore: minor GraphQL related updates
  • Loading branch information
awanlin authored Oct 27, 2023
2 parents b39e3ca + dbdd79f commit ef2ffc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions app-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ backend:
connection: ':memory:'
reading:
allow:
- host: https://demo.backstage.io
- host: demo.backstage.io
paths:
- /api/graphql/schema

Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion packages/app/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const routes = (
<FlatRoutes>
<Navigate key="/" to="catalog" replace />
<Route path="/api-docs" element={<ApiExplorerPage />} />
<Route path="/catalog" element={<CatalogIndexPage />} />
<Route path="/catalog" element={<CatalogIndexPage initiallySelectedFilter='all' />} />
<Route
path="/catalog/:namespace/:kind/:name"
element={<CatalogEntityPage />}
Expand Down

0 comments on commit ef2ffc2

Please sign in to comment.