We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccbfe7c commit 3a0dfc7Copy full SHA for 3a0dfc7
nginx/nginx.conf
@@ -17,6 +17,7 @@ server {
17
server_name apps.mapswipe.org;
18
19
location /api/ {
20
+ add_header Access-Control-Allow-Origin *;
21
proxy_pass http://api:80/;
22
}
23
0 commit comments