Skip to content

Commit

Permalink
Deploy: Set CORS headers
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Nov 1, 2023
1 parent 96613a9 commit a34dcad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy/templates/marlowe-vesting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ spec:
- "/client-www/index.html"
- --log-level
- "info"
- --cors-allow-origins
- "*"
imagePullPolicy: Always
ports:
- expose: true
Expand Down Expand Up @@ -83,6 +85,8 @@ spec:
- "/client-www/index.html"
- --log-level
- "info"
- --cors-allow-origins
- "*"
imagePullPolicy: Always
ports:
- expose: true
Expand Down

0 comments on commit a34dcad

Please sign in to comment.