Spaces:
Running
Running
Update index.html
Browse files- 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 |
});
|