Merge pull request #26984 from tylerd-canva/patch-2

Fix rootConfigServiceFactory import in rootConfig docs
This commit is contained in:
Patrik Oldsberg
2024-10-07 13:08:42 +02:00
committed by GitHub
@@ -44,7 +44,7 @@ There's additional configuration that you can optionally pass to setup the `conf
You can configure these additional options by adding an override for the core service when calling `createBackend` like follows:
```ts
import { rootConfigServiceFactory } from '@backstage/backend-app-api';
import { rootConfigServiceFactory } from '@backstage/backend-defaults/rootConfig';
const backend = createBackend();