Ghost/core/server/web/api
Fabien O'Carroll 97983baed6 🐛 Fixed CORS for errors from Admin API
refs #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 Admin API.
2019-07-22 12:57:41 +08:00
..
v0.1
v2 🐛 Fixed CORS for errors from Admin 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