From 0e09050fe05cb0a820bac94d71f5bf6bb988185b Mon Sep 17 00:00:00 2001 From: Alex McKay <77302540+alex-mckay@users.noreply.github.com> Date: Tue, 8 Oct 2024 14:59:12 -0400 Subject: [PATCH] add endpoints section example app-config Signed-off-by: Alex McKay <77302540+alex-mckay@users.noreply.github.com> --- docs/tutorials/using-backstage-proxy-within-plugin.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/tutorials/using-backstage-proxy-within-plugin.md b/docs/tutorials/using-backstage-proxy-within-plugin.md index ed08362e65..d5ce554239 100644 --- a/docs/tutorials/using-backstage-proxy-within-plugin.md +++ b/docs/tutorials/using-backstage-proxy-within-plugin.md @@ -36,10 +36,11 @@ and you want to be able to access it within backstage at ```yaml proxy: - '/': - target: https://api.myawesomeservice.com/v1 - headers: - X-Custom-Source: backstage + endpoints: + '/': + target: https://api.myawesomeservice.com/v1 + headers: + X-Custom-Source: backstage ``` You can find more details about the proxy config options in the