Skip to content

Commit

Permalink
Added cors header for mock-donor-service
Browse files Browse the repository at this point in the history
  • Loading branch information
Sreejit-K committed Mar 5, 2024
1 parent 914538d commit 75a5068
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 75a5068

Please sign in to comment.