Add a nice description on how to apply the change
Signed-off-by: Ben Lambert <blam@spotify.com> Signed-off-by: Ben Lambert <blam@spotify.com>
This commit is contained in:
@@ -3,3 +3,13 @@
|
||||
---
|
||||
|
||||
Add `PATCH` and `HEAD` to the `Access-Control-Allow-Methods`.
|
||||
|
||||
|
||||
To apply this change to your Backstage installation make the following change to your `app-config.yaml`
|
||||
|
||||
```diff
|
||||
cors:
|
||||
origin: http://localhost:3000
|
||||
- methods: [GET, POST, PUT, DELETE]
|
||||
+ methods: [GET, POST, PUT, DELETE, PATCH, HEAD]
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user