Closed ghost closed 9 years ago
I missed cors in the default list, which was the whole reason behind the first patch!
cors
With this patch:
$ ecstatic --cors public/ -p 8000
will finally work.
Published as 1.1.3
Thanks!
I missed
cors
in the default list, which was the whole reason behind the first patch!With this patch:
will finally work.