Merge pull request #24635 from aramissennyeydd/nbs/plugin-proxying

docs(nbs): proxying
This commit is contained in:
Patrik Oldsberg
2024-05-06 11:39:26 +02:00
committed by GitHub
+10
View File
@@ -15,6 +15,16 @@ can be the best choice for communicating with an API.
The plugin is already added to a default Backstage project.
### New Backend
To add it to a project, add the following line in `packages/backend/src/index.ts`:
```ts
backend.add(import('@backstage/plugin-proxy-backend/alpha'));
```
### Old Backend
In `packages/backend/src/index.ts`:
```ts