Skip to content

Commit 3f07455

Browse files
feat: cors allow any origin
1 parent 55c1063 commit 3f07455

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

metaploy/static.metaploy.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ server {
77

88
location / {
99
proxy_pass http://odins_vault;
10+
add_header 'Access-Control-Allow-Origin' '*';
1011
}
1112
}

0 commit comments

Comments
 (0)