Files
backstage/.changeset/wicked-knives-wink.md
T
blam 6b68883776 chore: make pretty
Signed-off-by: blam <ben@blam.sh>
2022-08-04 11:02:04 +02:00

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]