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