Fix rootConfigServiceFactory import in rootConfig docs

Also I noticed clicking "edit this page" on https://backstage.io/docs/backend-system/core-services/root-config/ took me to a 404, not sure if that is a known issue or not.

Signed-off-by: Tyler Davis <tylerd@canva.com>
This commit is contained in:
Tyler Davis
2024-10-05 07:14:05 +10:00
committed by GitHub
parent ca0cfe0a32
commit 5420e5b4c5
@@ -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();