Skip to content

Commit

Permalink
fix: adding new CORS header keys
Browse files Browse the repository at this point in the history
  • Loading branch information
mamartinezmejia committed Jun 27, 2023
1 parent e4b6bda commit 10f5639
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions backend/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,12 @@ ca:
- Location
- location
- x-sub-id
- X-Sub-Id
- x-user-id
- X-User-Id
- x-user-email
- x-user-name
- X-User-Email
- X-User-Id
- x-user-name
- X-User-Name
methods:
- OPTIONS
Expand Down

0 comments on commit 10f5639

Please sign in to comment.