Skip to content

Commit b4fdc8d

Browse files
authored
Merge pull request #469 from Kpoke/fix/add_delete_endpoint_to_cors
fix/add delete endpoint to cors
2 parents 52798c3 + 17d87b0 commit b4fdc8d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

deployment/overlays/development/mapping.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
cors:
77
origins: '*'
8-
methods: GET, POST, PATCH, OPTIONS
8+
methods: GET, POST, PATCH, DELETE, OPTIONS
99
headers:
1010
- content-type
1111
- authorization

deployment/overlays/production/mapping.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
cors:
77
origins: 'https://prod-wallet-admin.treetracker.org'
8-
methods: GET, POST, PATCH, OPTIONS
8+
methods: GET, POST, PATCH, DELETE, OPTIONS
99
headers:
1010
- content-type
1111
- authorization

deployment/overlays/test/mapping.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
cors:
77
origins: '*'
8-
methods: GET, POST, PATCH, OPTIONS
8+
methods: GET, POST, PATCH, DELETE, OPTIONS
99
headers:
1010
- content-type
1111
- authorization

0 commit comments

Comments
 (0)