6b68883776
Signed-off-by: blam <ben@blam.sh>
355 B
355 B
@backstage/create-app
| @backstage/create-app |
|---|
| patch |
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
cors:
origin: http://localhost:3000
- methods: [GET, POST, PUT, DELETE]
+ methods: [GET, POST, PUT, DELETE, PATCH, HEAD]