0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/web/api
Fabien O'Carroll 2cb41dd8cd 🐛 Fixed CORS for errors from Content API
closes #10932

Previously we were only applying the cors middleware to the options
preflight request, which meant that if the request errored, the cors
headers would not be applied, resulting in the client being unable to
read response data. This applies the cors middleware to _all_ requests
to the Content API.
2019-07-22 12:57:41 +08:00
..
v0.1 🐛 Fixed files staying in temp directory after upload is done 2019-01-30 09:24:29 +00:00
v2 🐛 Fixed CORS for errors from Content API 2019-07-22 12:57:41 +08:00
index.js Moved members static pages to members api URL (#10887) 2019-07-09 19:02:44 +08:00