Skip to content

Commit

Permalink
fix: #dev multiple cors origins
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinbator committed Nov 27, 2024
1 parent 98c3637 commit 445e020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kodemy-api-gateway/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ logging:
app:
security:
cors:
allowed-origins: ${ALLOWED_ORIGINS}
allowed-origins: ${ALLOWED_ORIGINS:[]}

eureka:
client:
Expand Down

0 comments on commit 445e020

Please sign in to comment.