add endpoints section example app-config

Signed-off-by: Alex McKay <77302540+alex-mckay@users.noreply.github.com>
This commit is contained in:
Alex McKay
2024-10-08 14:59:12 -04:00
committed by GitHub
parent 6339b85f76
commit 0e09050fe0
@@ -36,10 +36,11 @@ and you want to be able to access it within backstage at
```yaml
proxy:
'/<your-proxy-uri>':
target: https://api.myawesomeservice.com/v1
headers:
X-Custom-Source: backstage
endpoints:
'/<your-proxy-uri>':
target: https://api.myawesomeservice.com/v1
headers:
X-Custom-Source: backstage
```
You can find more details about the proxy config options in the