Skip to content

Commit

Permalink
GCP: update cors
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalgrimaud committed Aug 17, 2024
1 parent 08fd33c commit ffb7d32
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 ffb7d32

Please sign in to comment.