README
Ember-cli-cors
This addon sets the Access-Control-Allow-Origin header of all resources to *.
Installation
ember install ember-cli-cors
Sets the Access-Control-Allow-Origin header of all resources to *.
<script type="module">
import emberCliCors from 'https://cdn.skypack.dev/ember-cli-cors';
</script>
This addon sets the Access-Control-Allow-Origin header of all resources to *.
ember install ember-cli-cors