Skip to content

Commit 304b5d9

Browse files
authored
Merge pull request #362 from Kpoke/fix/cors
fix/cors
2 parents 3099d00 + d667c50 commit 304b5d9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

deployment/overlays/development/mapping.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ metadata:
55
spec:
66
cors:
77
origins: '*'
8+
methods: GET, POST, PATCH, OPTIONS
9+
headers:
10+
- Content-Type
11+
- Authorization
12+
- treetracker-api-key

0 commit comments

Comments
 (0)