Skip to content

Commit

Permalink
Update UrlReaders import
Browse files Browse the repository at this point in the history
See backstage 0.24.0 changelog
  • Loading branch information
GDYendell committed Jan 24, 2025
1 parent a2ec9b7 commit 91f7828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backstage/packages/backend/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import {
notFoundHandler,
ServerTokenManager,
SingleHostDiscovery,
UrlReaders,
useHotMemoize,
} from '@backstage/backend-common';
import { UrlReaders } from '@backstage/backend-defaults/urlReader';
import { TaskScheduler } from '@backstage/backend-tasks';
import { Config } from '@backstage/config';
import { DefaultIdentityClient } from '@backstage/plugin-auth-node';
Expand Down

0 comments on commit 91f7828

Please sign in to comment.