Skip to content

Commit

Permalink
Merge pull request #417 from Sreejit-K/demo-donor
Browse files Browse the repository at this point in the history
Added cors header for mock-donor-service
  • Loading branch information
srprasanna authored Mar 5, 2024
2 parents 914538d + 75a5068 commit 611fdc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions imports/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ server {

location /mock-donor-service/ {
proxy_pass http://mock-donor-service:5001/;
# CORS headers
add_header 'Access-Control-Allow-Origin' '*';
}


Expand Down

0 comments on commit 611fdc3

Please sign in to comment.