Skip to content

Commit

Permalink
Fix CORS response headers (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
yhtMinceraft1010X authored Oct 27, 2023
1 parent e5db653 commit 7f7b2d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deployment/gke-prod-manifests/gateway-backend-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ spec:
type: HTTP
requestPath: /healthz
port: 8080
customRequestHeaders:
customResponseHeaders:
headers:
- "Access-Control-Allow-Origin: https://www.codeparty.org"
- "Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS"

0 comments on commit 7f7b2d8

Please sign in to comment.