Skip to content

Commit

Permalink
fix: cors test
Browse files Browse the repository at this point in the history
  • Loading branch information
dadiorchen authored Mar 28, 2022
1 parent 47dc3a1 commit e4f6732
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: '*'
origins: 'http://google.com'
methods: GET, POST, PATCH, OPTIONS
headers:
- Content-Type
Expand Down

0 comments on commit e4f6732

Please sign in to comment.