Skip to content

Commit

Permalink
Merge pull request #10589 from pascalgrimaud/gcp-update-cors
Browse files Browse the repository at this point in the history
GCP: update cors
  • Loading branch information
pascalgrimaud authored Aug 17, 2024
2 parents 9ffc391 + ffb7d32 commit c6cc476
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/resources/config/application-cloud.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
application:
cors:
allowed-origins: https://jhipster-lite.ew.r.appspot.com
allowed-origins:
- https://lite.jhipster.tech
- https://jhipster-lite.ew.r.appspot.com
allowed-methods: '*'
allowed-headers: '*'
exposed-headers: 'Authorization,Link,X-Total-Count'
Expand Down

0 comments on commit c6cc476

Please sign in to comment.