Skip to content

Commit

Permalink
Fix for CORS issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Zellner committed Jan 21, 2022
1 parent 3646e1e commit 7d28e27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ spring:
management:
endpoints:
web:
cors:
allowed-headers: '*'
allowed-origins: '*'
allowed-methods: '*'
exposure:
include:
- info
Expand Down

0 comments on commit 7d28e27

Please sign in to comment.