@@ -66,7 +66,7 @@
'Access-Control-Allow-Origin':'*'
},
body: JSON.stringify({ msg: transcript }),
- mode: 'no-cors'
+ // mode: 'no-cors'
})
.then(response => response.json())
.then(data => {