mgokg commited on
Commit
2e53701
·
verified ·
1 Parent(s): 80177c2

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -0
index.html CHANGED
@@ -27,6 +27,7 @@
27
  method: "POST",
28
  headers: {
29
  "Content-Type": "application/json"
 
30
  },
31
  body: JSON.stringify(data)
32
  });
 
27
  method: "POST",
28
  headers: {
29
  "Content-Type": "application/json"
30
+ "Access-Control-Allow-Origin": "*"
31
  },
32
  body: JSON.stringify(data)
33
  });