Update docs/backend-system/core-services/url-reader.md

Signed-off-by: Johan Haals <johan.haals@gmail.com>

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Johan Haals <johan@haals.se>
This commit is contained in:
Johan Haals
2024-08-28 11:24:27 +02:00
committed by GitHub
parent 079abacea3
commit 1342aaf9bd
@@ -50,8 +50,7 @@ createBackendPlugin({
Custom URL readers that are not intended for open sourcing via a custom service factory for that specific reader. The following example shows how to create a custom URL reader and provide it to the backend.
```ts
// File: packages/backend/src/index.ts
```ts title="packages/backend/src/index.ts"
import { urlReaderFactoriesServiceRef } from '@backstage/backend-defaults/urlReader';
import {
createBackendFeatureLoader,