There was an error while loading. Please reload this page.
1 parent 432dd07 commit 4258b64Copy full SHA for 4258b64
config/nginx/cors.conf
@@ -0,0 +1,4 @@
1
+add_header Access-Control-Allow-Origin "*";
2
+add_header Access-Control-Allow-Credentials true;
3
+add_header Access-Control-Allow-Methods 'GET, POST, OPTIONS';
4
+add_header Access-Control-Allow-Headers 'Authorization, Content-Type';
0 commit comments