Skip to content

Commit

Permalink
feat: cors allow any origin
Browse files Browse the repository at this point in the history
  • Loading branch information
harshkhandeparkar committed Oct 6, 2024
1 parent 55c1063 commit 3f07455
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metaploy/static.metaploy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ server {

location / {
proxy_pass http://odins_vault;
add_header 'Access-Control-Allow-Origin' '*';
}
}

0 comments on commit 3f07455

Please sign in to comment.