Ghost/config.development.json
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

8 lines
129 B
JSON

{
"enableDeveloperExperiments": true,
"url": "http://site.egg",
"admin": {
"url": "http://site.ghost.egg"
}
}