Skip to content

Commit

Permalink
fix: added missing cors header
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj committed Jul 25, 2024
1 parent c9db13d commit 867c838
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ ca:
- X-User-Businessid
- x-total-count
- X-Total-Count
- x-client-id
- X-Client-Id
methods:
- OPTIONS
- GET
Expand Down

0 comments on commit 867c838

Please sign in to comment.