Skip to content

Commit

Permalink
fix: test cors
Browse files Browse the repository at this point in the history
  • Loading branch information
dadiorchen authored Mar 28, 2022
1 parent 6f6613d commit a9d4dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/overlays/development/mapping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: treetracker-api
spec:
cors:
origins: 'treetracker.org'
origins: '*'
methods: GET, POST, PATCH, OPTIONS
headers:
- Content-Type
Expand Down

0 comments on commit a9d4dbb

Please sign in to comment.