Skip to content

Commit

Permalink
fix: update CORS settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ZavenArra committed Nov 3, 2021
1 parent 1e530ab commit 98d8205
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion deployment/overlays/development/mapping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ metadata:
name: treetracker-earnings-api
spec:
cors:
origins:
cors:
origins:
- '*'
headers:
- Content-Type
- Authorization
methods:
- 'GET, POST, PATCH, PUT, OPTIONS, DELETE'

0 comments on commit 98d8205

Please sign in to comment.